mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-31 03:59:52 +02:00
[ticket/14262] Add error handling and small CS fixes
PHPBB3-14262
This commit is contained in:
@@ -53,8 +53,8 @@ class convert
|
||||
|
||||
var $p_master;
|
||||
|
||||
function convert(&$p_master)
|
||||
function convert($p_master)
|
||||
{
|
||||
$this->p_master = &$p_master;
|
||||
$this->p_master = $p_master;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user