diff options
-rw-r--r-- | inc/html.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 09e871b67..1bce0210e 100644 --- a/inc/html.php +++ b/inc/html.php @@ -136,7 +136,11 @@ function html_editbutton(){ */ function html_secedit_button($matches){ global $ID; - global $lang; + global $INFO; + + $section = $matches[2]; + $name = $matches[1]; + $secedit = ''; $secedit .= '<div class="secedit">'; $secedit .= html_btn('secedit',$ID,'', |