From 39d216f1091b2a0b3eb95a52580d04d342a8d912 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 20 Apr 2011 19:07:23 +0200 Subject: Error und Warning Unterdrückung entfernt --- application/modules/user/views/scripts/role/show.phtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'application/modules/user/views/scripts/role/show.phtml') 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) { rightcategorieslist)) { foreach($this->rightcategorieslist as $k => $v): - @$rights = $this->rightsList[$k]; + if(isset($this->rightsList[$k])){ + $rights = $this->rightsList[$k]; + } if(count($rights) > 0) { ?>

:

-- cgit v1.2.3-55-g7522