Merge "(bug 47070) check content model namespace on import."
[lhc/web/wiklou.git] / includes / actions / RevisiondeleteAction.php
index 1803629..b6eeb7b 100644 (file)
@@ -49,7 +49,7 @@ class RevisiondeleteAction extends FormlessAction {
        public function show() {
                $special = SpecialPageFactory::getPage( 'Revisiondelete' );
                $special->setContext( $this->getContext() );
-               $special->getContext()->setTitle( $special->getTitle() );
+               $special->getContext()->setTitle( $special->getPageTitle() );
                $special->run( '' );
        }
 }