diff options
Diffstat (limited to 'modules/relative_ext_report/module.php')
| -rw-r--r-- | modules/relative_ext_report/module.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/relative_ext_report/module.php b/modules/relative_ext_report/module.php index 2f4dc67c58..c3704b206f 100644 --- a/modules/relative_ext_report/module.php +++ b/modules/relative_ext_report/module.php @@ -62,8 +62,8 @@ class relative_ext_report_WT_Module extends WT_Module implements WT_Module_Repor } else { $pid=''; } - - + + $menus=array(); $menu=new Menu($this->getTitle(), 'reportengine.php?ged='.urlencode(WT_GEDCOM).'&action=setup&report=modules/'.$this->getName().'/report.xml'.$pid); $menu->addIcon('cfamily'); |
