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 @@
5
5
6
6
To install this extension, add the following to the end of your LocalSettings.php:
7
7
8
- require_once( "$IP/extensions/OggHandler/OggHandler.php" );
8
+ require( "$IP/extensions/OggHandler/OggHandler.php" );
9
9
10
10
FFmpeg
11
11
------
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r62757
Improve README slightly...
simetrical
01:44, 21 February 2010
Status & tagging log
18:16, 23 February 2010
😂
(
talk
|
contribs
)
changed the
status
of r62881
[
removed:
new
added:
ok]