r18151 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r18150‎ | r18151 | r18152 >
Date:13:47, 3 December 2006
Author:leon
Status:old
Tags:
Comment:
Took back the change of r18150 until I find out how to fix
Modified paths:
  • /trunk/phase3/includes/SkinTemplate.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SkinTemplate.php
@@ -203,7 +203,7 @@
204204 $tpl->set( 'titleprefixeddbkey', $this->mTitle->getPrefixedDBKey() );
205205 $tpl->set( 'titletext', $this->mTitle->getText() );
206206 $tpl->set( 'articleid', $this->mTitle->getArticleId() );
207 - $tpl->set( 'currevisionid', $wgArticle->getLatest() );
 207+// $tpl->set( 'currevisionid', $wgArticle->getLatest() );
208208
209209 if( $oldid ) {
210210 $tpl->set( 'oldid', $oldid );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r18150* Added js variable wgOldId which shows the oldid when viewing an old revisionleon12:35, 3 December 2006