From 60ce9087f4e46124ebeabbc45b195ced0f7b7df5 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 20 Apr 2016 12:53:29 +0200 Subject: [PATCH] Assign group to smarty in admin/category_regexes-list.php --- Changelog | 1 + www/admin/category_regexes-list.php | 1 + 2 files changed, 2 insertions(+) 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,