r104470 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104469‎ | r104470 | r104471 >
Date:19:17, 28 November 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r104441

Fix capitalisation mismatch
Modified paths:
  • /trunk/phase3/includes/api/ApiBase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiBase.php
@@ -539,7 +539,7 @@
540540 */
541541 public function getFinalDescription() {
542542 $desc = $this->getDescription();
543 - wfRunHooks( 'ApiGetDescription', array( &$this, &$desc ) );
 543+ wfRunHooks( 'APIGetDescription', array( &$this, &$desc ) );
544544 return $desc;
545545 }
546546

Follow-up revisions

RevisionCommit summaryAuthorDate
r1047311.18wmf1 MFT r104441, r104470reedy20:02, 30 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104441Added "ApiGetDescription" hookreedy15:33, 28 November 2011

Status & tagging log