mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 21:16:07 +00:00
add missing space
This commit is contained in:
parent
0e64f8a7fc
commit
e13cd0fb49
|
@ -831,7 +831,7 @@ class HTTP_WebDAV_Server_SeedDMS extends HTTP_WebDAV_Server
|
||||||
$controller->setParam('indexconf', $indexconf);
|
$controller->setParam('indexconf', $indexconf);
|
||||||
if(!$controller->run()) {
|
if(!$controller->run()) {
|
||||||
// if(!$obj->remove()) {
|
// if(!$obj->remove()) {
|
||||||
return "409 Conflict".$controller->getErrorMsg();
|
return "409 Conflict ".$controller->getErrorMsg();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user