diff options
Diffstat (limited to 'app/Models/Entry.php')
| -rw-r--r-- | app/Models/Entry.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Entry.php b/app/Models/Entry.php index f4cd82288..584a16862 100644 --- a/app/Models/Entry.php +++ b/app/Models/Entry.php @@ -212,7 +212,7 @@ class FreshRSS_Entry extends Minz_Model { } private function _feedId($value) { $this->feed = null; - $this->feedId = $value; + $this->feedId = intval($value); } public function _tags($value) { $this->hash = null; |
