diff --git a/Editor/Options.php b/Editor/Options.php index 95ed201..37768d1 100644 --- a/Editor/Options.php +++ b/Editor/Options.php @@ -309,7 +309,7 @@ public function where($_ = null) * * @internal */ - public function exec($db, $refresh, $search=null) + public function exec($db, $refresh, $search = null) { // If search only, and not a search action, then just return false if ($this->searchOnly() && !$search) {