Apply cryptocoryne's patch from Bug 32454 - ArticlePurge hook is broken after r86041
[lhc/web/wiklou.git] / includes / WikiPage.php
index 3acabf5..3f0183e 100644 (file)
@@ -755,6 +755,7 @@ class WikiPage extends Page {
 
                        MessageCache::singleton()->replace( $this->mTitle->getDBkey(), $text );
                }
+               return true;
        }
 
        /**