Assign group to smarty in admin/category_regexes-list.php

This commit is contained in:
DariusIII
2016-04-20 12:53:29 +02:00
parent adfcb14079
commit 60ce9087f4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
2016-04-20 DariusIII
* Upd: Assign group to smarty in admin/category_regexes-list.php
* Upd: Update composer, adjust paths to bootstrap.
2016-04-19 DariusIII
* Upd: Use local jquery-migrate, html5shiv and respond javascript in themes
+1
View File
@@ -15,6 +15,7 @@ $regex = $regexes->getRegex($group, ITEMS_PER_PAGE, $offset);
$count = $regexes->getCount($group);
$page->smarty->assign([
'group' => $group,
'pagertotalitems' => $count,
'pageroffset' => $offset,
'pageritemsperpage' => ITEMS_PER_PAGE,