From 3bc07dabc797c7acdeafed68cf63c77c48077005 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 28 May 2012 16:04:30 +0000 Subject: administrators can now view the actions of a single user in a compact format - part 2 --- h-source/Application/Controllers/SpecialController.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'h-source/Application/Controllers/SpecialController.php') diff --git a/h-source/Application/Controllers/SpecialController.php b/h-source/Application/Controllers/SpecialController.php index a118211..4acbb5e 100644 --- a/h-source/Application/Controllers/SpecialController.php +++ b/h-source/Application/Controllers/SpecialController.php @@ -97,6 +97,9 @@ class SpecialController extends BaseController $data['pageList'] = $this->h['Pages']->render($page-5,11); + //the value of the filter + $data['filterValue'] = strcmp($this->viewArgs['username'],'undef') === 0 ? null : $this->viewArgs['username']; + $this->append($data); $this->load($viewFile); $this->right(); -- cgit v1.2.3