summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/html.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php
index dbd8cd77d..1dc0d5759 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -136,12 +136,14 @@ function html_editbutton(){
function html_secedit_button($section,$p){
global $ID;
global $lang;
+ global $INFO;
$secedit = '';
# if($p) $secedit .= "</p>\n";
$secedit .= '<div class="secedit">';
$secedit .= html_btn('secedit',$ID,'',
array('do' => 'edit',
- 'lines' => "$section"),
+ 'lines' => "$section",
+ 'rev' => $INFO['lastmod']),
'post');
$secedit .= '</div>';
# if($p) $secedit .= "\n<p>";