content: Deprecate TitleIsCssOrJsPage and TitleIsWikitextPage hooks
[lhc/web/wiklou.git] / includes / Revision.php
index 5b39a41..e81ed75 100644 (file)
@@ -1060,8 +1060,6 @@ class Revision implements IDBAccessObject {
                                $format = $this->getContentFormat();
 
                                $this->mContent = $handler->unserializeContent( $this->mText, $format );
-                       } else {
-                               $this->mContent = false; // negative caching!
                        }
                }