diff options
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/html.php b/inc/html.php index 9581a27e7..5aac5cfe8 100644 --- a/inc/html.php +++ b/inc/html.php @@ -902,6 +902,7 @@ function html_diff($text='',$intro=true){ $r_rev = ''; $revs = getRevisions($ID, 0, 1); $l_rev = $revs[0]; + $REV = $l_rev; // store revision back in $REV } // when both revisions are empty then the page was created just now |