1
0
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:
Cameron
2016-04-13 16:50:07 -07:00
parent dfd9c9e3fc
commit c57fe51ad8
2 changed files with 2 additions and 2 deletions

View File

@@ -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;