summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/role/show.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views/scripts/role/show.phtml')
-rw-r--r--application/modules/user/views/scripts/role/show.phtml4
1 files changed, 3 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/role/show.phtml b/application/modules/user/views/scripts/role/show.phtml
index d6fb6cb..9e31dd3 100644
--- a/application/modules/user/views/scripts/role/show.phtml
+++ b/application/modules/user/views/scripts/role/show.phtml
@@ -58,7 +58,9 @@ if(count($this->rightsList)==0) {
<?php
if(isset($this->rightcategorieslist)) {
foreach($this->rightcategorieslist as $k => $v):
- @$rights = $this->rightsList[$k];
+ if(isset($this->rightsList[$k])){
+ $rights = $this->rightsList[$k];
+ }
if(count($rights) > 0) {
?>
<h3><?php echo $v; ?>:</h3>