r12186 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12185‎ | r12186 | r12187 >
Date:03:39, 21 December 2005
Author:avar
Status:old
Tags:
Comment:
* Renamed the class from Cite to SpecialCite so it won't clash with the new Cite.php
Modified paths:
  • /trunk/extensions/Cite/SpecialCite.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Cite/SpecialCite.php
@@ -43,8 +43,8 @@
4444 );
4545
4646 require_once "$IP/includes/SpecialPage.php";
47 - class Cite extends SpecialPage {
48 - function Cite() {
 47+ class SpecialCite extends SpecialPage {
 48+ function SpecialCite() {
4949 SpecialPage::SpecialPage( 'Cite' );
5050 }
5151
@@ -180,7 +180,7 @@
181181 }
182182 }
183183
184 - SpecialPage::addPage( new Cite );
 184+ SpecialPage::addPage( new SpecialCite );
185185 }
186186
187187 function wfSpecialCiteNav( &$skintemplate, &$nav_urls, &$oldid, &$revid ) {

Status & tagging log