r79765 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79764‎ | r79765 | r79766 >
Date:22:33, 6 January 2011
Author:demon
Status:ok
Tags:
Comment:
Fix docs per comment on r78774
Modified paths:
  • /trunk/phase3/includes/installer/CoreInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/CoreInstaller.php
@@ -589,7 +589,8 @@
590590 /**
591591 * Add an installation step following the given step.
592592 *
593 - * @param $callback Array A valid callback array, with name and callback given
 593+ * @param $callback Array A valid installation callback array, in this form:
 594+ * array( 'name' => 'some-unique-name', 'callback' => array( $obj, 'function' ) );
594595 * @param $findStep String the step to find. Omit to put the step at the beginning
595596 */
596597 public function addInstallStep( $callback, $findStep = '' ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78774Rewrite install steps again (cleanup r76390)...demon05:21, 22 December 2010

Status & tagging log