1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/15849] Stop using php4 constructors

PHPBB3-15849
This commit is contained in:
Ruben Calvo
2018-10-21 05:56:29 +00:00
parent ae6c3b0d34
commit b148bb5d70
25 changed files with 64 additions and 64 deletions

View File

@@ -28,7 +28,7 @@ class ucp_main
var $p_master;
var $u_action;
function ucp_main(&$p_master)
function __construct(&$p_master)
{
$this->p_master = &$p_master;
}