1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 16:17:14 +02:00

Use LAN plugin name on update if available.

This commit is contained in:
Cameron
2017-01-05 10:07:52 -08:00
parent e4afdc5156
commit 9ebedb6f8a
2 changed files with 7 additions and 3 deletions

View File

@@ -306,7 +306,7 @@ class e107plugin
$needed[$path] = $data;
}
if($curVal < $fileVal) // check pref version against file version.
if(version_compare($curVal,$fileVal,"<")) // check pref version against file version.
{
if($mode == 'boolean')