aboutsummaryrefslogtreecommitdiff
path: root/p/ext.php
diff options
context:
space:
mode:
Diffstat (limited to 'p/ext.php')
-rw-r--r--p/ext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/ext.php b/p/ext.php
index c464f05ab..a19c9e90e 100644
--- a/p/ext.php
+++ b/p/ext.php
@@ -80,7 +80,7 @@ function is_valid_path_extension($path, $extensionPath, $isStatic = true) {
*/
function is_valid_path($path) {
return is_valid_path_extension($path, CORE_EXTENSIONS_PATH) || is_valid_path_extension($path, THIRDPARTY_EXTENSIONS_PATH)
- || is_valid_path_extension($path, USERS_PATH, $false);
+ || is_valid_path_extension($path, USERS_PATH, false);
}
function sendBadRequestResponse(string $message = null) {