File fix-autoload-path-debian.patch of Package chwala-old

--- chwala-0.5.orig/lib/drivers/webdav/webdav_file_storage.php	2016-11-14 12:46:52.000000000 +0100
+++ chwala-0.5/lib/drivers/webdav/webdav_file_storage.php	2016-12-04 23:05:30.548000000 +0100
@@ -28,7 +28,7 @@
 }
 // fallback to System-installed package
 else {
-    require 'Sabre/autoload.php';
+    require 'sabre21/Sabre/autoload.php';
 }
 
 use Sabre\DAV\Client;