diff options
Diffstat (limited to 'cli/do-install.php')
| -rwxr-xr-x | cli/do-install.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/do-install.php b/cli/do-install.php index c5258d1e0..1b167dfa9 100755 --- a/cli/do-install.php +++ b/cli/do-install.php @@ -95,8 +95,7 @@ if (function_exists('opcache_reset')) { } FreshRSS_Context::initSystem(true); - -Minz_Session::_param('currentUser', '_'); //Default user +Minz_User::change(Minz_User::INTERNAL_USER); $ok = false; try { |
