From ecb492cf65d6e72709969af290deac3a44b8108f Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Fri, 2 Jan 2026 00:47:43 +0100 Subject: [PATCH] asd --- src/App/Search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Search.php b/src/App/Search.php index ba910b5..bf1ab2e 100644 --- a/src/App/Search.php +++ b/src/App/Search.php @@ -89,7 +89,7 @@ final class Search echo $sql; - exit; + $stmt = $this->pdo->prepare($sql); $stmt->execute($bind); return $stmt->fetchAll(\PDO::FETCH_ASSOC) ?: [];