diff options
Diffstat (limited to 'app/Models/Category.php')
| -rw-r--r-- | app/Models/Category.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Category.php b/app/Models/Category.php index 737544481..4e28b1741 100644 --- a/app/Models/Category.php +++ b/app/Models/Category.php @@ -262,7 +262,7 @@ class FreshRSS_Category extends Minz_Model { $catDAO = FreshRSS_Factory::createCategoryDao(); $catDAO->updateLastUpdate($this->id(), !$ok); - return $ok; + return (bool)$ok; } private function sortFeeds(): void { |
