mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
PHP Warning removals.
This commit is contained in:
@@ -33,7 +33,7 @@ if(!is_object($cobj))
|
||||
|
||||
class list_comment
|
||||
{
|
||||
function list_comment($parent)
|
||||
function __construct($parent)
|
||||
{
|
||||
$this->parent = $parent;
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
class list_members
|
||||
{
|
||||
function list_members($parent)
|
||||
function __construct($parent)
|
||||
{
|
||||
$this->parent = $parent;
|
||||
}
|
||||
|
@@ -26,7 +26,7 @@ if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
class list_news
|
||||
{
|
||||
function list_news($parent)
|
||||
function __construct($parent)
|
||||
{
|
||||
$this->parent = $parent;
|
||||
}
|
||||
|
Reference in New Issue
Block a user