* Further work on rev_deleted; changed to a bitfield with several data-hiding
[lhc/web/wiklou.git] / includes / RawPage.php
index 119f0c9..d7de77c 100644 (file)
@@ -163,7 +163,7 @@ class RawPage {
                                if ( $rev ) {
                                        $lastmod = wfTimestamp( TS_RFC2822, $rev->getTimestamp() );
                                        header( "Last-modified: $lastmod" );
-                                       $text = $rev->isDeleted() ? '' : $rev->getText();
+                                       $text = $rev->getText();
                                } else
                                        $text = '';
                        }