mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
This commit is contained in:
@@ -22,7 +22,14 @@ class pmbox_manager
|
||||
$this->pmDB = e107::getDb();
|
||||
// $this->pmPrefs = $prefs;
|
||||
|
||||
$this->pmPrefs = e107::getPlugPref('pm');
|
||||
$this->pmPrefs = e107::pref('pm');
|
||||
}
|
||||
|
||||
|
||||
public function prefs()
|
||||
{
|
||||
return $this->pmPrefs;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user