Merge pull request #1689 from nisargjhaveri/issue_4919

Fix bug#4919
This commit is contained in:
Marc Delisle 2015-05-22 08:55:49 -04:00
commit c9e19e4c1b

View File

@ -60,6 +60,10 @@ class PMA_PageSettings
return;
}
if (isset($_REQUEST['printview']) && $_REQUEST['printview'] == '1') {
return;
}
if (!empty($elemId)) {
$this->_elemId = $elemId;
}