From de93b21505e1281c529cc2d1dc350b62bb387cca Mon Sep 17 00:00:00 2001
From: Thomas Mueller <thomas.mueller@tmit.eu>
Date: Thu, 27 Jun 2013 23:14:32 +0200
Subject: [PATCH] missing $

---
 lib/legacy/log.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/legacy/log.php b/lib/legacy/log.php
index a316051d5a..7802ead241 100644
--- a/lib/legacy/log.php
+++ b/lib/legacy/log.php
@@ -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) {
-- 
GitLab