diff --git a/application/menunode.class.inc.php b/application/menunode.class.inc.php index 1e3a6dff9..c69f1178e 100644 --- a/application/menunode.class.inc.php +++ b/application/menunode.class.inc.php @@ -1002,7 +1002,7 @@ class TemplateMenuNode extends MenuNode /** * Create a menu item based on a custom template and inserts it into the application's main menu * @param string $sMenuId Unique identifier of the menu (used to identify the menu for bookmarking, and for getting the labels from the dictionary) - * @param string $sTemplateFile Path (or URL) to the file that will be used as a template for displaying the page's content + * @param string $sTemplateFile unused deprecated * @param integer $iParentIndex ID of the parent menu * @param float $fRank Number used to order the list, any number will do, but for a given level (i.e same parent) all menus are sorted based on this value * @param string $sEnableClass Name of class of object