mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/10586] Added visibility indication to __construct()
PHPBB3-10586
This commit is contained in:
parent
35805a2740
commit
afc55b4c08
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue