From 342f1044ff744176440f898ba2025e4235856001 Mon Sep 17 00:00:00 2001 From: Michael Cullum Date: Mon, 30 Apr 2012 18:51:22 +0100 Subject: [PATCH] [ticket/10857] Removing accidental public on the function PHPBB3-10857 --- phpBB/includes/functions_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index df97c17c879..093b44e464e 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -1326,7 +1326,7 @@ function get_user_avatar($avatar, $avatar_type, $avatar_width, $avatar_height, $ /** * Fetches the number of items which need a moderators attention */ -public function mcp_quick_info() +function mcp_quick_info() { global $auth, $cache, $db, $template, $user, $phpEx, $phpbb_root_path;