1
0
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:
Cameron
2012-12-16 14:28:30 -08:00
parent 4bd6cd3dee
commit f63fcb61a8
11 changed files with 114 additions and 85 deletions

View File

@@ -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)
{