Took back the change of r18150 until I find out how to fix
authorLeon Weber <leon@users.mediawiki.org>
Sun, 3 Dec 2006 13:47:37 +0000 (13:47 +0000)
committerLeon Weber <leon@users.mediawiki.org>
Sun, 3 Dec 2006 13:47:37 +0000 (13:47 +0000)
includes/SkinTemplate.php

index 675a1a8..aa45ceb 100644 (file)
@@ -203,7 +203,7 @@ class SkinTemplate extends Skin {
                $tpl->set( 'titleprefixeddbkey', $this->mTitle->getPrefixedDBKey() );
                $tpl->set( 'titletext', $this->mTitle->getText() );
                $tpl->set( 'articleid', $this->mTitle->getArticleId() );
-               $tpl->set( 'currevisionid', $wgArticle->getLatest() );
+//             $tpl->set( 'currevisionid', $wgArticle->getLatest() );
 
                if( $oldid ) {
                        $tpl->set( 'oldid', $oldid );