Skip to content

Commit

Permalink
Throw an error not to leave the interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tithugues committed Dec 1, 2013
1 parent ce336c5 commit 8b5c1ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server_privileges.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
$response->addHTML(
PMA_Message::error(__('Username and hostname didn\'t change.'))->getDisplay()
);
$response->isSuccess(false);
exit;
}

Expand Down

0 comments on commit 8b5c1ae

Please sign in to comment.