From 9dd6aafeb51ee65044008706ce131389918bb193 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 12 Nov 2024 12:13:32 +0000 Subject: [PATCH] Dev: Correct code style error --- Editor/Options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/Options.php b/Editor/Options.php index 986441a..c638970 100644 --- a/Editor/Options.php +++ b/Editor/Options.php @@ -311,7 +311,7 @@ public function where($_ = null) public function exec($db, $refresh, $search) { // If search only, and not a search action, then just return false - if ($this->searchOnly() && ! $search) { + if ($this->searchOnly() && !$search) { return false; }