diff --git a/application/utils.inc.php b/application/utils.inc.php index f7f63b7ac..956aef7c4 100644 --- a/application/utils.inc.php +++ b/application/utils.inc.php @@ -1705,7 +1705,8 @@ class utils } /** - * Returns the relative (to APPROOT) path of the root directory of the module containing the file where the call to this function is made + * Returns the relative (to MODULESROOT) path of the root directory of the module containing the file where the call to + * this function is made * or an empty string if no such module is found (or not called within a module file) * @param number $iCallDepth The depth of the module in the callstack. Zero when called directly from within the module * @return string