force update
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user