@@ -41,8 +41,7 @@ |
||
41 | 41 | const TREE_IS_CIRCULAR = -26; |
42 | 42 | const OBJECT_IS_LOCKED = -27; |
43 | 43 | |
44 | - private static $messages = array |
|
45 | - ( |
|
44 | + private static $messages = array( |
|
46 | 45 | self::OK => "MGD_ERR_OK", |
47 | 46 | self::ACCESS_DENIED => "Access Denied.", |
48 | 47 | self::NO_METADATA => "Metadata class not defined.", |