Skip to content

Commit

Permalink
Fix #16657 - load database/qbe.js at all times
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Feb 17, 2021
1 parent edd1216 commit 4fb7646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public function index(): void
$savedSearchList = [];
$savedSearch = null;
$currentSearchId = null;
$this->addScriptFiles(['database/qbe.js']);
if ($cfgRelation['savedsearcheswork']) {
$this->addScriptFiles(['database/qbe.js']);

//Get saved search list.
$savedSearch = new SavedSearches($GLOBALS, $this->relation);
Expand Down

0 comments on commit 4fb7646

Please sign in to comment.