HttpDateFormat is actually in AwlDBDialect

This commit is contained in:
Louis Duruflé 2015-06-25 11:24:37 +02:00 committed by Florian Schlichting
parent e3789ba10e
commit 00eb3c8e49

View File

@ -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', 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 ); $depth, $collection->dav_name(), $bound_from, $bound_to );
$date_format = AwlDatabase::HttpDateFormat; $date_format = AwlDBDialect::HttpDateFormat;
$responses = array(); $responses = array();
if ( ! $collection->IsCalendar() && ! $collection->IsAddressbook() ) { if ( ! $collection->IsCalendar() && ! $collection->IsAddressbook() ) {
/** /**