mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Fixes #1530 - PHP Warning in debug mode.
This commit is contained in:
@@ -17,7 +17,7 @@ class pmbox_manager
|
||||
protected $pmPrefs = array();
|
||||
protected $pmDB;
|
||||
|
||||
public function __construct($prefs)
|
||||
public function __construct($prefs='')
|
||||
{
|
||||
$this->pmDB = e107::getDb();
|
||||
// $this->pmPrefs = $prefs;
|
||||
|
Reference in New Issue
Block a user