From 37169263c06a3dd75bd026b535e20a0b2dcc042f Mon Sep 17 00:00:00 2001 From: Anthony Ryan Date: Wed, 4 Mar 2026 16:17:49 -0500 Subject: [PATCH] Typo fix in lookat plugin --- plugins/lookat/lookat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}";