From 2cf34af02a1eb1fda84b72ce297e60affeb8e7b4 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 26 Jan 2008 21:59:34 +1300 Subject: [PATCH] Formatting. --- 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 13933273..5ed0ba0f 100644 --- a/inc/caldav-PUT.php +++ b/inc/caldav-PUT.php @@ -23,7 +23,7 @@ if ( ! ini_get('open_basedir') && (isset($c->dbg['ALL']) || $c->dbg['put']) ) { } include_once('caldav-PUT-functions.php'); -$is_collection = controlRequestContainer($request->username,$request->user_no, $request->path,true); +$is_collection = controlRequestContainer($request->username,$request->user_no, $request->path, true); $lock_opener = $request->FailIfLocked();