Replace deprecated log
calls
This commit is contained in:
parent
353cd66b26
commit
f6faae5bb1
28 changed files with 163 additions and 163 deletions
|
@ -49,7 +49,7 @@ foreach (['style', $style] as $file) {
|
|||
}
|
||||
} else {
|
||||
//TODO: use Logger::ERROR?
|
||||
Logger::log('Error: missing file: "' . $stylecssfile .'" (userid: '. $uid .')');
|
||||
Logger::notice('Error: missing file: "' . $stylecssfile .'" (userid: '. $uid .')');
|
||||
}
|
||||
}
|
||||
$modified = gmdate('r', $modified);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue