summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts
diff options
context:
space:
mode:
authorSimon2011-04-20 19:07:23 +0200
committerSimon2011-04-20 19:07:23 +0200
commit39d216f1091b2a0b3eb95a52580d04d342a8d912 (patch)
tree9f7805e191fc72e04e58cabe6f9edf7e608d1c5e /application/modules/user/views/scripts
parentmerges (diff)
downloadpbs2-39d216f1091b2a0b3eb95a52580d04d342a8d912.tar.gz
pbs2-39d216f1091b2a0b3eb95a52580d04d342a8d912.tar.xz
pbs2-39d216f1091b2a0b3eb95a52580d04d342a8d912.zip
Error und Warning Unterdrückung entfernt
Diffstat (limited to 'application/modules/user/views/scripts')
-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>