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:
authorRouslan Placella <rouslan@placella.com>2012-07-21 17:46:33 +0400
committerRouslan Placella <rouslan@placella.com>2012-10-31 00:16:58 +0400
commite27fd3394acb247cbc3ec6dc1284030a4518eda4 (patch)
treea3b54e6a14e821f43cb0a4cbf2a5f508fdccb55f /server_privileges.php
parent4db80fc88006104b4bc5391960e17d13c28e2b0f (diff)
Fixed ajax-loaded users privileges pages
Diffstat (limited to 'server_privileges.php')
-rw-r--r--server_privileges.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/server_privileges.php b/server_privileges.php
index 9f1f409d58..f89e45c59d 100644
--- a/server_privileges.php
+++ b/server_privileges.php
@@ -378,6 +378,7 @@ list($link_edit, $link_revoke, $link_export)
* Flush Privileges, show $message and exit.
*/
if ($GLOBALS['is_ajax_request']
+ && empty($_REQUEST['ajax_page_request'])
&& ! isset($_REQUEST['export'])
&& (! isset($_REQUEST['submit_mult']) || $_REQUEST['submit_mult'] != 'export')
&& (! isset($_REQUEST['adduser']) || $_add_user_error)