mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
5519bf05f1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class convert
|
||||||
|
|
||||||
var $p_master;
|
var $p_master;
|
||||||
|
|
||||||
function convert($p_master)
|
function __construct($p_master)
|
||||||
{
|
{
|
||||||
$this->p_master = $p_master;
|
$this->p_master = $p_master;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue