1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Admin theme upgrade fix

This commit is contained in:
Cameron
2013-03-16 14:30:53 -07:00
parent 204fb65b4b
commit 4f6b639ee9
4 changed files with 16 additions and 4 deletions

View File

@@ -280,7 +280,7 @@ if (!function_exists('multiarray_sort'))
$order = strtolower($order);
foreach ($array as $i => $arr)
{
$sort_values[$i] = $arr[$key];
$sort_values[$i] = varset($arr[$key]);
}
if(!$natsort)