mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 14:35:56 +02:00
[ticket/15314] Fix convert class constructor
PHPBB3-15314
This commit is contained in:
parent
d9a5c8e918
commit
f7249f8839
@ -53,7 +53,7 @@ class convert
|
||||
|
||||
var $p_master;
|
||||
|
||||
function convert($p_master)
|
||||
function __construct($p_master)
|
||||
{
|
||||
$this->p_master = $p_master;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user