1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 18:32:44 +02:00

Plugin Manager fixes.

This commit is contained in:
Cameron
2017-02-06 08:47:39 -08:00
parent fec05adfab
commit 4b3317ad18
3 changed files with 94 additions and 32 deletions

View File

@@ -990,7 +990,7 @@ i.e-cat_users-32{ background-position: -555px 0; width: 32px; height: 32px; }
$pref = e107::getPref();
foreach($data as $path)
foreach($data as $path=>$ver)
{
if(!e107::isInstalled($path))