1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Updates to use new plugin specific prefs. Change file headers as well.

This commit is contained in:
mcfly
2010-03-10 01:23:57 +00:00
parent a62ec69609
commit bf1c62d6fe
23 changed files with 135 additions and 164 deletions

View File

@@ -19,7 +19,7 @@ class e107forum
{
// var $fieldTypes = array();
private $userViewed, $permList;
protected $modArray, $prefs;
public $modArray, $prefs;
public function __construct()
{