summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2010-02-08 13:01:25 +0100
committerAdrian Lang <lang@cosmocode.de>2010-02-08 13:01:25 +0100
commitdefa93a1bf01353fdadea22bcc5467baaadca3e0 (patch)
tree3f88db3b1d69aa8b438ef6f78e5b768432cb07fa /inc/html.php
parent905fa971d08ada202c78b350303dc6a53c570e01 (diff)
downloadrpg-defa93a1bf01353fdadea22bcc5467baaadca3e0.tar.gz
rpg-defa93a1bf01353fdadea22bcc5467baaadca3e0.tar.bz2
I’m stupid
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php
index 7849cc809..04bb986c5 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -137,7 +137,7 @@ function html_secedit_get_button($data) {
unset($data['secid']);
return "<div class='secedit editbutton_" . $data['target'] .
- " editbutton_" . $data['secid'] . "'>" .
+ " editbutton_" . $secid . "'>" .
html_btn('secedit', $ID, '',
array_merge(array('do' => 'edit',
'rev' => $INFO['lastmod']), $data),