r39000 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r38999
|
r39000
|
r39001
>
Date:
14:33, 9 August 2008
Author:
ialex
Status:
old
Tags:
Comment:
PHP 5.3.0alpha1 compatibility (same issue as
r38995
: E_WARNING: argument 2 cannot be passed by reference, value given)
Modified paths:
/trunk/extensions/CategoryTree/CategoryTree.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CategoryTree/CategoryTree.php
—
—
@@ -351,7 +351,7 @@
352
352
* Hook callback that injects messages and things into the <head> tag
353
353
* Does nothing if $parserOutput->mCategoryTreeTag is not set
354
354
*/
355
-function efCategoryTreeParserOutput( &$outputPage, &$parserOutput ) {
355
+function efCategoryTreeParserOutput( &$outputPage, $parserOutput ) {
356
356
if ( !empty( $parserOutput->mCategoryTreeTag ) ) {
357
357
CategoryTree::setHeaders( $outputPage );
358
358
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r38995
For compatibility with PHP 5.3.0alpha1: specify class name instead of passing...
ialex
13:31, 9 August 2008
Status & tagging log
15:29, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r39000
[
removed:
ok
added:
old]