Skip to content
Snippets Groups Projects
Commit 96146a0b authored by Andreas Gohr's avatar Andreas Gohr
Browse files

Merge pull request #1519 from lisps/patch-1

add conf as global in mediamanager.php
parents 7468fb90 4547e69e
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
global $INPUT;
global $lang;
global $conf;
// handle passed message
if($INPUT->str('msg1')) msg(hsc($INPUT->str('msg1')),1);
if($INPUT->str('err')) msg(hsc($INPUT->str('err')),-1);
......
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