From e2f64394f3ba3ec7a1e653a654982dbfe9c4370b Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sat, 21 Apr 2012 23:24:39 +0200 Subject: update to SabreDav 1.6.2 --- .../DAVACL/Exception/NotRecognizedPrincipal.php | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 3rdparty/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php (limited to '3rdparty/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php') diff --git a/3rdparty/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php b/3rdparty/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php new file mode 100755 index 00000000000..8d1e38ca1b4 --- /dev/null +++ b/3rdparty/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php @@ -0,0 +1,32 @@ +ownerDocument; + + $np = $doc->createElementNS('DAV:','d:recognized-principal'); + $errorNode->appendChild($np); + + } + +} -- cgit v1.2.3