mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
Contacts: Debug Sabre exceptions if DEBUG is set
This commit is contained in:
parent
917a40e4df
commit
9b063b4e20
@ -64,5 +64,8 @@ $server->addPlugin(new Sabre_DAVACL_Plugin());
|
||||
$server->addPlugin(new Sabre_DAV_Browser_Plugin(false)); // Show something in the Browser, but no upload
|
||||
$server->addPlugin(new Sabre_CardDAV_VCFExportPlugin());
|
||||
|
||||
if(defined('DEBUG') && DEBUG) {
|
||||
$server->debugExceptions = true;
|
||||
}
|
||||
// And off we go!
|
||||
$server->exec();
|
||||
|
Loading…
x
Reference in New Issue
Block a user