1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-06 00:43:02 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2017-08-13 16:10:30 +02:00
commit 5519bf05f1
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -53,7 +53,7 @@ class convert
var $p_master;
function convert($p_master)
function __construct($p_master)
{
$this->p_master = $p_master;
}