Skip to content

Commit

Permalink
Initialize variable (it is unset when saving of queries is disabled)
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed May 9, 2014
1 parent a5f338f commit 55ed816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db_qbe.php
Expand Up @@ -20,6 +20,7 @@
$cfgRelation = PMA_getRelationsParam();

$savedSearchList = array();
$savedSearch = null;
$currentSearchId = null;
if ($cfgRelation['savedsearcheswork']) {
include 'libraries/SavedSearches.class.php';
Expand Down

0 comments on commit 55ed816

Please sign in to comment.