From aba13452f859199e08779aaf0f558f796df67f17 Mon Sep 17 00:00:00 2001 From: jaredb7 Date: Fri, 19 May 2023 21:37:29 +1000 Subject: [PATCH] Update common.php --- scripts/common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/common.php b/scripts/common.php index 569ed65..25fc514 100644 --- a/scripts/common.php +++ b/scripts/common.php @@ -1075,7 +1075,7 @@ function getDirectory($dir) //Get the directory which the directory we're processing lives under if (!empty($lives_under)) { - $under_directory = call_user_func('getDirectory', $lives_under); + $under_directory = getDirectory($lives_under); } //Read the specified config file setting @@ -1133,7 +1133,7 @@ function getFilePath($filename) //Get the directory which the directory we're processing lives under if (!empty($lives_under)) { - $under_directory = call_user_func('getDirectory', $lives_under); + $under_directory = getDirectory($lives_under); } //Read the specified config file setting if any