From 3df9edb25f597d63387db37582230b548eb0edf0 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 16 Nov 2010 19:45:11 +0100 Subject: [PATCH] LSattribute :: myRights() : Fixed notice PHP --- public_html/includes/class/class.LSattribute.php | 1 + 1 file changed, 1 insertion(+) 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;