force update

This commit is contained in:
2015-12-18 11:35:15 +01:00
parent cb8160e076
commit 7bee863adc

View File

@@ -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'))
if(mb_substr($sLastMsg, 0, 10) != date('Y-m-d') || true)
{
$this->updateFeed($sRefFeedId);
}