#fix https://github.com/FreshRSS/FreshRSS/issues/3552
@@ -24,7 +24,6 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
Minz_Error::error(403);
}
- $this->updateTTL();
/**
@@ -148,7 +148,7 @@ SQL;
} else {
$info = $stm == null ? $this->pdo->errorInfo() : $stm->errorInfo();
if ($this->autoUpdateDb($info)) {
- return $this->updateCategory($valuesTmp);
+ return $this->updateCategory($id, $valuesTmp);
Minz_Log::error('SQL error updateCategory: ' . json_encode($info));
return false;