Skip to content
Snippets Groups Projects
Commit d141c8dc authored by Adrian Lang's avatar Adrian Lang
Browse files

Add missing global declaration

parent 2ffea8f2
No related branches found
No related tags found
No related merge requests found
......@@ -1135,6 +1135,7 @@ function html_edit(){
global $lang;
global $conf;
global $TEXT;
global $RANGE;
if (isset($_REQUEST['changecheck'])) {
$check = $_REQUEST['changecheck'];
......
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