aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/SpecialController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-05-28 16:04:30 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-05-28 16:04:30 +0000
commit3bc07dabc797c7acdeafed68cf63c77c48077005 (patch)
tree32e53b26e9dfc3083ca2792d0927412b4b18aa7e /h-source/Application/Controllers/SpecialController.php
parent129934f892850a90f98f8f5a0e7746cfe57bb958 (diff)
administrators can now view the actions of a single user in a compact format - part 2
Diffstat (limited to 'h-source/Application/Controllers/SpecialController.php')
-rw-r--r--h-source/Application/Controllers/SpecialController.php3
1 files changed, 3 insertions, 0 deletions
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();