Fix a bug of authentication in actualize_script

See https://github.com/FreshRSS/FreshRSS/issues/730
pull/749/head
Marien Fressinaud 10 years ago
parent 8e6ab12e89
commit cf406fc575
  1. 1
      app/actualize_script.php

@ -56,6 +56,7 @@ foreach ($users as $myUser) {
Minz_Session::_param('currentUser', $myUser); Minz_Session::_param('currentUser', $myUser);
FreshRSS_Auth::giveAccess();
$app->run(); $app->run();

Loading…
Cancel
Save