Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2015-03-05 16:36:53 +0300
committerMarc Delisle <marc@infomarc.info>2015-03-05 16:36:53 +0300
commita3704ecb1dfada0f21944f2ff300484859bdf795 (patch)
tree69113208c0b19df50428d4cf790b7704834cf1c2 /db_qbe.php
parent86d8f259d21e170c0faf0ddd585cc545ac92b0d6 (diff)
parent22c02499d751fb05217e689c5ac4ba175b228413 (diff)
Merge branch 'QA_4_3' into QA_4_4
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_qbe.php b/db_qbe.php
index 94a9625d12..55df65dff9 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -22,7 +22,7 @@ $cfgRelation = PMA_getRelationsParam();
$savedSearchList = array();
$savedSearch = null;
$currentSearchId = null;
-if ($cfgRelation['savedsearcheswork']) {
+if (isset($cfgRelation['savedsearcheswork']) && $cfgRelation['savedsearcheswork']) {
include 'libraries/SavedSearches.class.php';
$header = $response->getHeader();
$scripts = $header->getScripts();