Fix typo
This commit is contained in:
parent
9bbc4b0034
commit
826b14e36b
|
@ -69,7 +69,7 @@ class OC_Log_Owncloud {
|
||||||
$timezone = new DateTimeZone('UTC');
|
$timezone = new DateTimeZone('UTC');
|
||||||
}
|
}
|
||||||
$time = new DateTime(null, $timezone);
|
$time = new DateTime(null, $timezone);
|
||||||
// remove username/passswords from URLs before writing the to the log file
|
// remove username/passwords from URLs before writing the to the log file
|
||||||
$time = $time->format($format);
|
$time = $time->format($format);
|
||||||
if($minLevel == OC_Log::DEBUG) {
|
if($minLevel == OC_Log::DEBUG) {
|
||||||
if(empty(self::$reqId)) {
|
if(empty(self::$reqId)) {
|
||||||
|
|
Loading…
Reference in New Issue