From c333daad889c3776751a127cd30ac77a70d3150e Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 2 Dec 2006 11:53:26 +1300 Subject: [PATCH] One last variable referenced with the old name. --- 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 b7b213be..3131d078 100644 --- a/inc/caldav-PUT.php +++ b/inc/caldav-PUT.php @@ -37,7 +37,7 @@ else { /** * Before we write the event, we check the container exists, creating it if it doesn't */ -if ( $request_container == "/$path_username/" ) { +if ( $request_container == "/$request->username/" ) { dbg_error_log( "WARN", " Storing events directly in user's base folders is not recommended!"); } else {