mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-19 13:54:44 -04:00
Merge pull request #149 from Alkarex/cleanSql
Clean removed SQL columns in PHP
This commit is contained in:
@@ -87,7 +87,6 @@ class entryController extends ActionController {
|
||||
if ($entry != false) {
|
||||
$values = array (
|
||||
'is_favorite' => $is_fav,
|
||||
'lastUpdate' => time ()
|
||||
);
|
||||
|
||||
$entryDAO->updateEntry ($entry->id (), $values);
|
||||
|
||||
Reference in New Issue
Block a user