From 25fc29a79cc9492377fdfa604255a5d5ce9c9af3 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Wed, 22 Oct 2008 22:13:50 +1300 Subject: [PATCH] Rename new configuration item more meaningfully. --- inc/caldav-PUT.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/caldav-PUT.php b/inc/caldav-PUT.php index 8b07fda2..87306027 100644 --- a/inc/caldav-PUT.php +++ b/inc/caldav-PUT.php @@ -29,7 +29,7 @@ $lock_opener = $request->FailIfLocked(); if ( $is_collection ) { - if ( isset($c->deny_put_collection) && $c->deny_put_collection ) { + if ( isset($c->readonly_webdav_collections) && $c->readonly_webdav_collections ) { $request->DoResponse( 405 ); // Method not allowed return; }