blog MDL-25341 removed another whitespace
This commit is contained in:
+1
-1
@@ -226,7 +226,7 @@ function blog_sync_external_entries($externalblog) {
|
||||
$newentry->created = $timestamp;
|
||||
}
|
||||
$newentry->lastmodified = $timestamp;
|
||||
|
||||
|
||||
if (empty($oldesttimestamp) || $timestamp < $oldesttimestamp) {
|
||||
//found an older post
|
||||
$oldesttimestamp = $timestamp;
|
||||
|
||||
Reference in New Issue
Block a user