1
0

Allow webdav to work in a private gallery because it requires its own authentication.

This commit is contained in:
Bharat Mediratta 2011-01-23 18:55:18 -08:00
parent 8d0f624743
commit 743683f139

View File

@ -20,6 +20,7 @@
require_once(MODPATH . "webdav/vendor/Sabre/autoload.php");
class WebDAV_Controller extends Controller {
const ALLOW_PRIVATE_GALLERY = true;
public function gallery() {
$root = new Gallery3_DAV_Album("");
$tree = new Gallery3_DAV_Tree($root);