1
0
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:
Cameron
2014-02-07 07:03:23 -08:00
parent f96f755318
commit c7cb6d2975
3 changed files with 10 additions and 13 deletions

View File

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