From d0e2df0e421deba32cb1f099d1bfba6109730bb9 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 3 Jul 2015 06:30:45 -0400 Subject: [PATCH] Fix parameter type Signed-off-by: Marc Delisle --- 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 822a09ea9c..e5004d10ff 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -1129,7 +1129,7 @@ function PMA_getHtmlForNotAttachedPrivilegesToTableSpecificColumn($row) * * @param string $db the database * @param string $table the table - * @param string $row first row from result or boolean false + * @param array $row first row from result or boolean false * * @return string $html_output */