diff --git a/Blacklight/NameFixer.php b/Blacklight/NameFixer.php index 1b2c30374..6b0bbb89f 100755 --- a/Blacklight/NameFixer.php +++ b/Blacklight/NameFixer.php @@ -924,7 +924,7 @@ class NameFixer } } - $newTitle =substr($newName, 0, 299); + $newTitle = substr($newName, 0, 299); if ($echo === true) { if ($nameStatus === 1) {