Skip to content
Snippets Groups Projects
Commit de93b215 authored by Thomas Müller's avatar Thomas Müller
Browse files

missing $

parent fb80cbd4
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ class OC_Log { ...@@ -38,7 +38,7 @@ class OC_Log {
* write a message in the log * write a message in the log
* @param string $app * @param string $app
* @param string $message * @param string $message
* @param int level * @param int $level
*/ */
public static function write($app, $message, $level) { public static function write($app, $message, $level) {
if (self::$enabled) { if (self::$enabled) {
......
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