mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
PHP Warning removals.
This commit is contained in:
@@ -13,7 +13,7 @@ if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
class list_chatbox_menu
|
||||
{
|
||||
function list_chatbox_menu($parent)
|
||||
function __construct($parent)
|
||||
{
|
||||
$this->parent = $parent;
|
||||
}
|
||||
|
Reference in New Issue
Block a user