summaryrefslogtreecommitdiffstats
path: root/lib/legacy
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-06-27 23:14:32 +0200
committerThomas Mueller <thomas.mueller@tmit.eu>2013-06-27 23:14:32 +0200
commitde93b21505e1281c529cc2d1dc350b62bb387cca (patch)
tree32b3ca2cbc077a7124bab1667fb94cee167419c5 /lib/legacy
parentfb80cbd4997625c2d87457d5ba0b908206474d4d (diff)
downloadnextcloud-server-de93b21505e1281c529cc2d1dc350b62bb387cca.tar.gz
nextcloud-server-de93b21505e1281c529cc2d1dc350b62bb387cca.zip
missing $
Diffstat (limited to 'lib/legacy')
-rw-r--r--lib/legacy/log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/legacy/log.php b/lib/legacy/log.php
index a316051d5af..7802ead2412 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) {