diff options
Diffstat (limited to 'inc/common.php')
-rw-r--r-- | inc/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/common.php b/inc/common.php index 5dcf58e39..ce74717d0 100644 --- a/inc/common.php +++ b/inc/common.php @@ -161,7 +161,7 @@ function pageinfo() { if($REV) { //check if current revision was meant if($info['exists'] && (@filemtime($info['filepath']) == $REV)) { - //$REV = ''; //if we enter a rev we want to see that revision (inc media files) + $REV = ''; } elseif($RANGE) { //section editing does not work with old revisions! $REV = ''; |