mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 08:06:38 +02:00
Notice removal and default styling fixes.
This commit is contained in:
@@ -167,7 +167,11 @@ class e107plugin
|
||||
$xml = e107::getXml();
|
||||
$mes = e107::getMessage();
|
||||
$needed = array();
|
||||
$plugVersions = e107::getConfig('core')->get('plug_installed');
|
||||
|
||||
if(!$plugVersions = e107::getConfig('core')->get('plug_installed'))
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
foreach($plugVersions as $path=>$version)
|
||||
{
|
||||
|
Reference in New Issue
Block a user