diff options
| author | 2017-05-12 23:33:58 +0200 | |
|---|---|---|
| committer | 2017-05-12 23:33:58 +0200 | |
| commit | af8960b8b3be3c78573d0319a8a537083fae2d4d (patch) | |
| tree | 7be93d33b2f758fa910e6096d878064fdfabcc86 /app/FreshRSS.php | |
| parent | 1914ce9207a95f5b5ed88e226aa8999df79f67e6 (diff) | |
Move default configuration files
https://github.com/FreshRSS/FreshRSS/issues/1531
Diffstat (limited to 'app/FreshRSS.php')
| -rw-r--r-- | app/FreshRSS.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php index e4caf23d1..563393c90 100644 --- a/app/FreshRSS.php +++ b/app/FreshRSS.php @@ -41,7 +41,7 @@ class FreshRSS extends Minz_FrontController { $current_user = Minz_Session::param('currentUser', '_'); Minz_Configuration::register('user', join_path(USERS_PATH, $current_user, 'config.php'), - join_path(USERS_PATH, '_', 'config.default.php'), + join_path(FRESHRSS_PATH, 'config-user.default.php'), $configuration_setter); // Finish to initialize the other FreshRSS / Minz components. |
