[ticket/10586] Added visibility indication to __construct()

PHPBB3-10586
This commit is contained in:
David King 2012-03-28 16:50:18 -04:00
parent 35805a2740
commit afc55b4c08

View file

@ -61,7 +61,7 @@ abstract class phpbb_extension_controller implements phpbb_extension_controller_
* Constructor method that provides the common phpBB objects as inherited class
* properties for automatic availability in extension controllers
*/
function __construct()
public function __construct()
{
global $request, $db, $user, $template, $config;
global $phpEx, $phpbb_root_path;