blogs MDL-24875 Fixed typo... whoops

This commit is contained in:
Sam Hemelryk 2010-10-27 05:59:31 +00:00
parent 3b59524d31
commit ca824b38ce

View File

@ -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.