From 4b5e89b63888e37625f38f39c6c16bea72dd500c Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 12 Mar 2018 13:46:59 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- Blacklight/NameFixer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {