r62881 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62880‎ | r62881 | r62882 >
Date:17:13, 23 February 2010
Author:simetrical
Status:ok
Tags:
Comment:
Suggest require() instead of require_once()

Partial revert of r62757, based on Code Review by Tim Starling. We
overwhelmingly use and recommend require_once(), but he thinks that
should change.
Modified paths:
  • /trunk/extensions/OggHandler/README (modified) (history)

Diff [purge]

Index: trunk/extensions/OggHandler/README
@@ -4,7 +4,7 @@
55
66 To install this extension, add the following to the end of your LocalSettings.php:
77
8 - require_once( "$IP/extensions/OggHandler/OggHandler.php" );
 8+ require( "$IP/extensions/OggHandler/OggHandler.php" );
99
1010 FFmpeg
1111 ------

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r62757Improve README slightly...simetrical01:44, 21 February 2010

Status & tagging log