aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/userController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/userController.php')
-rw-r--r--app/Controllers/userController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/userController.php b/app/Controllers/userController.php
index 67a97c45a..17879f3d0 100644
--- a/app/Controllers/userController.php
+++ b/app/Controllers/userController.php
@@ -288,7 +288,7 @@ class FreshRSS_user_Controller extends FreshRSS_ActionController {
$customUserConfigPath = join_path(DATA_PATH, 'config-user.custom.php');
if (file_exists($customUserConfigPath)) {
- $customUserConfig = include($customUserConfigPath);
+ $customUserConfig = include $customUserConfigPath;
if (is_array($customUserConfig)) {
$userConfig = $customUserConfig;
}