mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
Merge pull request #4898 from rxu/ticket/15314
[ticket/15314] Fix convert class constructor
This commit is contained in:
@@ -53,7 +53,7 @@ class convert
|
||||
|
||||
var $p_master;
|
||||
|
||||
function convert($p_master)
|
||||
function __construct($p_master)
|
||||
{
|
||||
$this->p_master = $p_master;
|
||||
}
|
||||
|
Reference in New Issue
Block a user