external blogs MDL-19683 Fixed a typo that meant cron synch was not working
This commit is contained in:
+1
-1
@@ -552,7 +552,7 @@
|
||||
$sql = "timefetched < ? - ? OR timefetched = 0";
|
||||
$externalblogs = $DB->get_records_select('blog_external', $sql, array(mktime(), $CFG->externalblogcrontime));
|
||||
|
||||
foreach ($external_blogs as $eb) {
|
||||
foreach ($externalblogs as $eb) {
|
||||
blog_sync_external_entries($eb);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user