mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Private Message plugin working again to some extent.
This commit is contained in:
@@ -35,7 +35,9 @@ class pmbox_manager
|
||||
public function __construct($prefs)
|
||||
{
|
||||
$this->pmDB = e107::getDb();
|
||||
$this->pmPrefs = $prefs;
|
||||
// $this->pmPrefs = $prefs;
|
||||
|
||||
$this->pmPrefs = e107::getPlugPref('pm');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user