diff --git a/libraries/classes/Server/Privileges.php b/libraries/classes/Server/Privileges.php index f241d0ba5b..5f0ececc02 100644 --- a/libraries/classes/Server/Privileges.php +++ b/libraries/classes/Server/Privileges.php @@ -727,7 +727,11 @@ class Privileges ); } else { // global or db-specific - $html_output .= $this->getHtmlForGlobalOrDbSpecificPrivs($db, $table, $row); + $html_output .= $this->template->render('server/privileges/global_db_specific_privileges', [ + 'is_global' => $db === '*', + 'is_database' => $table === '*', + 'row' => $row, + ]); } if ($submit) { $html_output .= '