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:
@@ -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')
|
||||
|
Reference in New Issue
Block a user