r85472 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85471‎ | r85472 | r85473 >
Date:21:12, 5 April 2011
Author:krinkle
Status:deferred
Tags:
Comment:
FU r85471: fix comment
Modified paths:
  • /trunk/tools/ToolserverI18N/TsIntuition.php (modified) (history)

Diff [purge]

Index: trunk/tools/ToolserverI18N/TsIntuition.php
@@ -128,7 +128,7 @@
129129 // Allow a tool to disable the loading of global functions,
130130 // in case they have a _() and/or _e() already.
131131 if ( $options['globalfunctions'] === true ) {
132 - //require_once( $this->localBaseDir . '/Functions.php' );
 132+ require_once( $this->localBaseDir . '/Functions.php' );
133133 }
134134
135135 // Allow a tool to suppress fatals, which will prevent TsIntuition from showing fatal errors.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85471Refactor sandboxes + clean op __construct()-options...krinkle21:10, 5 April 2011

Status & tagging log