add missing space

This commit is contained in:
Uwe Steinmann 2018-03-22 15:15:13 +01:00
parent 0e64f8a7fc
commit e13cd0fb49

View File

@ -831,7 +831,7 @@ class HTTP_WebDAV_Server_SeedDMS extends HTTP_WebDAV_Server
$controller->setParam('indexconf', $indexconf);
if(!$controller->run()) {
// if(!$obj->remove()) {
return "409 Conflict".$controller->getErrorMsg();
return "409 Conflict ".$controller->getErrorMsg();
}
}