mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
PHP Notice removal
This commit is contained in:
@@ -295,7 +295,7 @@ class pluginManager{
|
||||
|
||||
foreach($this->fields as $key=>$val)
|
||||
{
|
||||
if($val['forced'] == true && substr($key,0,6)=='plugin')
|
||||
if(vartrue($val['forced']) && substr($key,0,6)=='plugin')
|
||||
{
|
||||
$this->fieldpref[] = $key;
|
||||
}
|
||||
|
Reference in New Issue
Block a user