diff --git a/Changelog b/Changelog index 8ad30d910..07432b2b4 100755 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/www/admin/category_regexes-list.php b/www/admin/category_regexes-list.php index 98cf4d2c6..ee4767657 100644 --- a/www/admin/category_regexes-list.php +++ b/www/admin/category_regexes-list.php @@ -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,