mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +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($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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user