LSattribute :: myRights() : Fixed notice PHP

This commit is contained in:
Benjamin Renard 2010-11-16 19:45:11 +01:00
parent 6b065f2a61
commit 3df9edb25f

View file

@ -297,6 +297,7 @@ class LSattribute {
} }
break; break;
default: default:
if (!isset($this -> config['rights'][$who])) break;
if ($this -> config['rights'][$who] == 'w') { if ($this -> config['rights'][$who] == 'w') {
$return='w'; $return='w';
break; break;