Skip to content

Commit

Permalink
[ticket/10857] Removing accidental public on the function
Browse files Browse the repository at this point in the history
PHPBB3-10857
  • Loading branch information
michaelcullum committed Apr 30, 2012
1 parent 436551e commit 342f104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpBB/includes/functions_display.php
Expand Up @@ -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;

Expand Down

0 comments on commit 342f104

Please sign in to comment.