Rename new configuration item more meaningfully.

This commit is contained in:
Andrew McMillan 2008-10-22 22:13:50 +13:00
parent f9a4fecaaa
commit 25fc29a79c

View File

@ -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;
}