mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
add missing space in log message
This commit is contained in:
parent
d9ba59990f
commit
9869c3d8ce
|
@ -175,7 +175,7 @@ class HTTP_WebDAV_Server_SeedDMS extends HTTP_WebDAV_Server
|
||||||
|
|
||||||
if(!$userobj) {
|
if(!$userobj) {
|
||||||
if($this->logger)
|
if($this->logger)
|
||||||
$this->logger->log('check_auth: No such user'.$user, PEAR_LOG_NOTICE);
|
$this->logger->log('check_auth: No such user '.$user, PEAR_LOG_NOTICE);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user