]> source.dussan.org Git - nextcloud-server.git/commitdiff
missing $
authorThomas Mueller <thomas.mueller@tmit.eu>
Thu, 27 Jun 2013 21:14:32 +0000 (23:14 +0200)
committerThomas Mueller <thomas.mueller@tmit.eu>
Thu, 27 Jun 2013 21:14:32 +0000 (23:14 +0200)
lib/legacy/log.php

index a316051d5afdb6e26ff2ef3a681f9f65dc1337d8..7802ead24127d27012fcfef31cb91dcf4668e791 100644 (file)
@@ -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) {