mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-24 16:25:00 -04:00
Minz param bug fix
This commit is contained in:
@@ -468,7 +468,7 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
|
||||
$id = Minz_Request::param('id');
|
||||
$url = Minz_Request::param('url');
|
||||
$force = Minz_Request::param('force');
|
||||
$noCommit = Minz_Session::param('isLastFeed', 1) != 1;
|
||||
$noCommit = Minz_Request::fetchPOST('isLastFeed', 1) != 1;
|
||||
|
||||
list($updated_feeds, $feed) = self::actualizeFeed($id, $url, $force, null, false, $noCommit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user