missing $
This commit is contained in:
parent
fb80cbd499
commit
de93b21505
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class OC_Log {
|
|||
* write a message in the log
|
||||
* @param string $app
|
||||
* @param string $message
|
||||
* @param int level
|
||||
* @param int $level
|
||||
*/
|
||||
public static function write($app, $message, $level) {
|
||||
if (self::$enabled) {
|
||||
|
|
Loading…
Reference in a new issue