Index: branches/5.2.x/core/units/content/content_eh.php =================================================================== diff -u -N -r15049 -r15051 --- branches/5.2.x/core/units/content/content_eh.php (.../content_eh.php) (revision 15049) +++ branches/5.2.x/core/units/content/content_eh.php (.../content_eh.php) (revision 15051) @@ -1,6 +1,6 @@ Load( $object->GetDBField('RevisionId') ); - if ( !$revision->GetDBField('IsDraft') ) { + if ( $this->Application->ConfigValue('EnablePageContentRevisionControl') && !$revision->GetDBField('IsDraft') ) { // editing live revision of a page's content block -> get draft for current user and page $load_keys = Array ( 'PageId' => $revision->GetDBField('PageId'),