r104052 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r104051
|
r104052
|
r104053
>
Date:
17:19, 23 November 2011
Author:
yaron
Status:
deferred
Tags:
Comment:
Fix for doSetInternalRecurringEvent() to pass parser by reference - needed for PHP 5.3
Modified paths:
/trunk/extensions/SemanticInternalObjects/SemanticInternalObjects_body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticInternalObjects/SemanticInternalObjects_body.php
—
—
@@ -338,7 +338,7 @@
339
339
// Mimic a call to #set_internal for each date.
340
340
foreach ( $all_date_strings as $date_string ) {
341
341
$first_params = array(
342
- $parser,
342
+ &$parser,
343
343
$objToPagePropName,
344
344
"$property=$date_string"
345
345
);