aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/MyController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-02-25 00:25:29 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-02-25 00:25:29 +0000
commite9973f35a33f0ad72ff2fbd74250283d0e23e375 (patch)
tree8f3f4ef63ef92a1d8acf2f8499658623915f6486 /h-source/Application/Controllers/MyController.php
parentd7cc67e72a3f53629104d811986acd688f104cda (diff)
added list of actions carried out by administrators
Diffstat (limited to 'h-source/Application/Controllers/MyController.php')
-rw-r--r--h-source/Application/Controllers/MyController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/MyController.php b/h-source/Application/Controllers/MyController.php
index d1e346c..69b8da7 100644
--- a/h-source/Application/Controllers/MyController.php
+++ b/h-source/Application/Controllers/MyController.php
@@ -50,7 +50,7 @@ class MyController extends BaseController
$clean['id_user'] = (int)$this->s['registered']->status['id_user'];
$data['username'] = $this->m['UsersModel']->getUser($clean['id_user']);
- $data['isBlocked'] = $this->m['UsersModel']->isBlocked($clean['id_user']);
+ $data['userBlocked'] = $this->m['UsersModel']->isBlocked($clean['id_user']);
$this->append($data);
$this->load('panel');