Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkSide666 committed Apr 23, 2018
1 parent 0225954 commit 05f5de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/QuickSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function postInit()
}

$expr = [];
foreach ($this->fields as $k=>$field) {
foreach ($this->fields as $k => $field) {
// get rid of never_persist fields
$f = $m->hasElement($field);
if (!$f || $f->never_persist) {
Expand Down

0 comments on commit 05f5de4

Please sign in to comment.