Skip to content

Commit

Permalink
Merge pull request #116 from eeggenberger/master
Browse files Browse the repository at this point in the history
Fixed #018582: WebDav doesn't work. Credits go to Jakub Derdziak :)
  • Loading branch information
lolautruche committed Sep 12, 2011
2 parents 04a0379 + 87fd2bc commit 13491b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webdav.php
Expand Up @@ -107,6 +107,7 @@ function eZFatalError()
eZWebDAVContentBackend::appendLogEntry( "========================================" );
eZWebDAVContentBackend::appendLogEntry( "Requested URI is: " . $_SERVER['REQUEST_URI'], 'webdav.php' );

$ini = eZINI::instance( 'site.ini' );
// Initialize/set the index file.
eZSys::init( 'webdav.php', $ini->variable( 'SiteAccessSettings', 'ForceVirtualHost' ) === 'true' );

Expand Down

0 comments on commit 13491b2

Please sign in to comment.