summaryrefslogtreecommitdiff
path: root/lib/exe/mediamanager.php
diff options
context:
space:
mode:
authorAndreas Gohr <gohr@cosmocode.de>2014-07-30 12:01:45 +0200
committerAndreas Gohr <gohr@cosmocode.de>2014-07-30 12:05:21 +0200
commit893747dafea1c74b4c059b3374c2e509123402b7 (patch)
treee5a07be5aa723db13d10d66b02a00ad3c3589e45 /lib/exe/mediamanager.php
parent8beb79af2d4aa34cb2b0ce6b5e4255488ae0cc1f (diff)
downloadrpg-893747dafea1c74b4c059b3374c2e509123402b7.tar.gz
rpg-893747dafea1c74b4c059b3374c2e509123402b7.tar.bz2
fix mediamanager messages. closes #792
Diffstat (limited to 'lib/exe/mediamanager.php')
-rw-r--r--lib/exe/mediamanager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/mediamanager.php b/lib/exe/mediamanager.php
index 7044232ce..c90b6db35 100644
--- a/lib/exe/mediamanager.php
+++ b/lib/exe/mediamanager.php
@@ -8,6 +8,7 @@
require_once(DOKU_INC.'inc/init.php');
global $INPUT;
+ global $lang;
// handle passed message
if($INPUT->str('msg1')) msg(hsc($INPUT->str('msg1')),1);
if($INPUT->str('err')) msg(hsc($INPUT->str('err')),-1);