diff --git a/plugins/lookat/lookat.php b/plugins/lookat/lookat.php index 8812b4b4d..5680aefb0 100644 --- a/plugins/lookat/lookat.php +++ b/plugins/lookat/lookat.php @@ -44,7 +44,7 @@ public function set() if(strlen($value)) { $tmp = explode("|",$value); - if(count($tmp>1) && (trim($tmp[1])!='')) + if(count($tmp) > 1 && (trim($tmp[1])!='')) { if(strpos($tmp[1],"{title}")===false) $tmp[1].="{title}";