mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
Fireewall : Aliases - bug fix for 49e21188a8 missed an alias name
This commit is contained in:
parent
292b701ca8
commit
cd46d2a0c6
@ -158,7 +158,7 @@ class Util
|
||||
if (!empty($alias['content'])) {
|
||||
$tmp = array_slice($alias['content'], 0, 10);
|
||||
asort($tmp, SORT_NATURAL);
|
||||
if (count($content) > 10) {
|
||||
if (count($alias['content']) > 10) {
|
||||
$tmp[] = '[...]';
|
||||
}
|
||||
self::$aliasDescriptions[$alias['name']] .= implode("<br/>", $tmp);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user