From 28a278f113f04f2c8c063df42d70f8d016f40e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sat, 10 May 2014 17:20:25 +0200 Subject: [PATCH] Fix param name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- libraries/server_privileges.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php index 00c26911ad..6d016f7112 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -110,7 +110,7 @@ function PMA_formatPrivilege($privilege, $html) /** * Parses priliveges into an array, it modifies the array * - * @param array $row Results row from + * @param array &$row Results row from * * @return void */