mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Fixes Plugin Database structure update detection.
This commit is contained in:
@@ -235,12 +235,15 @@ class e107Update
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
$frm = e107::getForm();
|
||||
|
||||
$tp = e107::getParser();
|
||||
|
||||
$text = "";
|
||||
|
||||
uksort($list, "strnatcasecmp");
|
||||
|
||||
foreach($list as $path=>$val)
|
||||
{
|
||||
$name = !empty($val['@attributes']['lan']) ? $tp->toHtml($val['@attributes']['lan'],false,'TITLE') : $val['@attributes']['name'];
|
||||
|
Reference in New Issue
Block a user