Skip to content
Snippets Groups Projects
Commit 826b14e3 authored by Lukas Reschke's avatar Lukas Reschke Committed by Thomas Müller
Browse files

Fix typo

parent 9bbc4b00
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ class OC_Log_Owncloud {
$timezone = new DateTimeZone('UTC');
}
$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);
if($minLevel == OC_Log::DEBUG) {
if(empty(self::$reqId)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment