1
0
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:
Cameron
2013-01-31 19:13:50 -08:00
parent 004d1a1585
commit 2036cc7172
10 changed files with 246 additions and 246 deletions

View File

@@ -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');
}