Completed
Pull Request — stable10 (#3446)
by Lukas
15:12 queued 06:45
created
apps/dav/lib/Connector/Sabre/DavAclPlugin.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -46,6 +46,9 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.