From 0ea2fed4819e8fc429cdc46cb84110379c0a8026 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Mon, 28 Jan 2019 15:58:59 +0100 Subject: [PATCH] :bulb: fix phpdoc on \utils::GetCurrentModuleDir --- application/utils.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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