Browse Source

Fix a bug of authentication in actualize_script

See https://github.com/FreshRSS/FreshRSS/issues/730
Marien Fressinaud 11 năm trước cách đây
mục cha
commit
cf406fc575
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/actualize_script.php

+ 1 - 0
app/actualize_script.php

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