mirror of
https://github.com/moodle/moodle.git
synced 2025-07-26 00:31:35 +02:00
blogs MDL-24875 Fixed typo... whoops
This commit is contained in:
@@ -200,7 +200,7 @@ function blog_sync_external_entries($externalblog) {
|
|||||||
$newentry->lastmodified = $entry->get_date('U');
|
$newentry->lastmodified = $entry->get_date('U');
|
||||||
|
|
||||||
$textlib = textlib_get_instance();
|
$textlib = textlib_get_instance();
|
||||||
if ($textlib->strlen($text) > 255) {
|
if ($textlib->strlen($newentry->uniquehash) > 255) {
|
||||||
// The URL for this item is too long for the field. Rather than add
|
// The URL for this item is too long for the field. Rather than add
|
||||||
// the entry without the link we will skip straight over it.
|
// the entry without the link we will skip straight over it.
|
||||||
// RSS spec says recommended length 500, we use 255.
|
// RSS spec says recommended length 500, we use 255.
|
||||||
|
Reference in New Issue
Block a user