--- dokuwiki-2011-05-25a/inc/common.php 2011-06-15 07:58:53.000000000 +1200 +++ dokuwiki/inc/common.php 2012-01-17 13:53:12.860063701 +1300 @@ -973,7 +973,8 @@ global $lang; global $REV; // ignore if no changes were made - if($text == rawWiki($id,'')){ + // - [jmt12] unless the approved checkbox is set + if(!$_POST['approved'] && $text == rawWiki($id,'')){ return; }