Index: branches/5.2.x/core/units/content/content_config.php =================================================================== diff -u -N -r16388 -r16670 --- branches/5.2.x/core/units/content/content_config.php (.../content_config.php) (revision 16388) +++ branches/5.2.x/core/units/content/content_config.php (.../content_config.php) (revision 16670) @@ -1,6 +1,6 @@ Array ( '' => ' SELECT %1$s.* %2$s FROM %1$s - JOIN ' . TABLE_PREFIX . '%3$sPageRevisions pr ON pr.PageId = %1$s.PageId AND pr.RevisionId = %1$s.RevisionId' + LEFT JOIN ' . TABLE_PREFIX . '%3$sPageRevisions pr ON pr.PageId = %1$s.PageId AND pr.RevisionId = %1$s.RevisionId', ), 'ListSortings' => Array ( '' => Array ( @@ -72,4 +72,4 @@ 'default' => '' ), ), -); \ No newline at end of file +);