mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-04 19:51:39 +02:00
[ticket/15849] Stop using php4 constructors
PHPBB3-15849
This commit is contained in:
@@ -40,7 +40,7 @@ class p_master
|
||||
* Constuctor
|
||||
* Set module include path
|
||||
*/
|
||||
function p_master($include_path = false)
|
||||
function __construct($include_path = false)
|
||||
{
|
||||
global $phpbb_root_path;
|
||||
|
||||
|
Reference in New Issue
Block a user