From fac0ab96cd0cc863e19539b581b553984f574498 Mon Sep 17 00:00:00 2001 From: Simon Leary Date: Mon, 7 Apr 2025 13:28:25 -0400 Subject: [PATCH] fix indentation --- webroot/panel/modal/pi_search.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/webroot/panel/modal/pi_search.php b/webroot/panel/modal/pi_search.php index ef31e8fc..28a077a0 100644 --- a/webroot/panel/modal/pi_search.php +++ b/webroot/panel/modal/pi_search.php @@ -24,11 +24,11 @@ $fn = strtolower($assoc_obj->getOwner()->getFullName()); if (strpos($fn, strtolower($search_query)) !== false) { if (!in_array($assoc, $out)) { - array_push($out, $assoc); - if (count($out) >= $MAX_COUNT) { - break; - } - } + array_push($out, $assoc); + if (count($out) >= $MAX_COUNT) { + break; + } + } } }