From 00eb3c8e49df9506b91df59f2357317a9ba59946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Durufl=C3=83=C2=A9?= Date: Thu, 25 Jun 2015 11:24:37 +0200 Subject: [PATCH] HttpDateFormat is actually in AwlDBDialect --- inc/caldav-PROPFIND.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/caldav-PROPFIND.php b/inc/caldav-PROPFIND.php index 3f22867a..226839aa 100644 --- a/inc/caldav-PROPFIND.php +++ b/inc/caldav-PROPFIND.php @@ -113,7 +113,7 @@ function get_collection_contents( $depth, $collection, $parent_path = null ) { dbg_error_log('PROPFIND','Getting collection contents: Depth %d, Path: %s, Bound from: %s, Bound to: %s', $depth, $collection->dav_name(), $bound_from, $bound_to ); - $date_format = AwlDatabase::HttpDateFormat; + $date_format = AwlDBDialect::HttpDateFormat; $responses = array(); if ( ! $collection->IsCalendar() && ! $collection->IsAddressbook() ) { /**