From: Leon Weber Date: Sun, 3 Dec 2006 13:47:37 +0000 (+0000) Subject: Took back the change of r18150 until I find out how to fix X-Git-Tag: 1.31.0-rc.0~54998 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=3cae09d6532497e13853bc266f1c40b841dbc459;p=lhc%2Fweb%2Fwiklou.git Took back the change of r18150 until I find out how to fix --- diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index 675a1a8bd5..aa45cebaee 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -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 );