1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 18:44:27 +02:00

Notice removal etc.

This commit is contained in:
CaMer0n
2012-06-20 07:08:36 +00:00
parent a0743652de
commit b51da4eb8b
4 changed files with 16 additions and 12 deletions

View File

@@ -224,10 +224,14 @@ class e_jsmanager
if(!$this->libDisabled($id,$vis))
{
// echo "<h2>FRAMEWORK Loaded: ".$id." :: ".$vis."</h2>";
foreach($this->_libraries[$id] as $path)
if(vartrue($this->_libraries[$id]))
{
$core[$path] = $vis;
}
foreach($this->_libraries[$id] as $path)
{
$core[$path] = $vis;
}
}
}
}