diff --git a/inc/spot.php b/inc/spot.php index d4cbf66..b374db8 100755 --- a/inc/spot.php +++ b/inc/spot.php @@ -143,7 +143,7 @@ class Spot extends Main //Check last message & update feed if necessary (max once a day) $sLastMsg = $this->oMySql->selectValue(self::FEED_TABLE, 'led', array('ref_feed_id'=>$sRefFeedId)); - if(mb_substr($sLastMsg, 0, 10) != date('Y-m-d') || true) + if(mb_substr($sLastMsg, 0, 10) != date('Y-m-d')) { $this->updateFeed($sRefFeedId); }