@@ -46,6 +46,9 @@ |
||
| 46 | 46 | $this->hideNodesFromListings = true; |
| 47 | 47 | } |
| 48 | 48 | |
| 49 | + /** |
|
| 50 | + * @param string $privileges |
|
| 51 | + */ |
|
| 49 | 52 | function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) { |
| 50 | 53 | $access = parent::checkPrivileges($uri, $privileges, $recursion, false); |
| 51 | 54 | if($access === false && $throwExceptions) { |