1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 02:57:15 +02:00

Added filter by template to News admin area list.

This commit is contained in:
Cameron
2016-04-20 18:08:52 -07:00
parent 42191db509
commit f6026fe1ec
2 changed files with 12 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ class poll
}
}
}
if (count($arr_polls_cookies) > 1)
{ // Remove all except first (assumption: there is always only one active poll)
rsort($arr_polls_cookies);