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; }