From 35415a5a5ca7cf7dd4a18f492c7220932a6ad896 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Fri, 2 Jan 2026 00:46:49 +0100 Subject: [PATCH] asdasd --- 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 89db8a7..9ed6573 100644 --- a/src/App/Search.php +++ b/src/App/Search.php @@ -91,7 +91,7 @@ final class Search echo $sql; exit; $stmt = $this->pdo->prepare($sql); -//$stmt->execute($bind); + $stmt->execute($bind); // return $stmt->fetchAll(\PDO::FETCH_ASSOC) ?: []; } }