diff --git a/public_html/includes/class/class.LSattribute.php b/public_html/includes/class/class.LSattribute.php index 4d21d814..b80241d9 100644 --- a/public_html/includes/class/class.LSattribute.php +++ b/public_html/includes/class/class.LSattribute.php @@ -297,6 +297,7 @@ class LSattribute { } break; default: + if (!isset($this -> config['rights'][$who])) break; if ($this -> config['rights'][$who] == 'w') { $return='w'; break;