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