mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
blogs MDL-24875 Fixed typo... whoops
This commit is contained in:
parent
3b59524d31
commit
ca824b38ce
@ -200,7 +200,7 @@ function blog_sync_external_entries($externalblog) {
|
||||
$newentry->lastmodified = $entry->get_date('U');
|
||||
|
||||
$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 entry without the link we will skip straight over it.
|
||||
// RSS spec says recommended length 500, we use 255.
|
||||
|
Loading…
x
Reference in New Issue
Block a user