r60333 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r60332
|
r60333
|
r60334
>
Date:
19:00, 23 December 2009
Author:
ialex
Status:
deferred
Tags:
Comment:
Follow-up
r60326
: call $wgParser->Options() to set the ParserOptions object since $wgParser might still be a stub
Modified paths:
/trunk/extensions/LiquidThreads/classes/View.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/LiquidThreads/classes/View.php
—
—
@@ -1713,7 +1713,7 @@
1714
1714
$user = User::newFromId( $uid );
1715
1715
}
1716
1716
1717
- $wgParser->mOptions = new ParserOptions;
1717
+ $wgParser->Options( new ParserOptions );
1718
1718
1719
1719
$sig = $wgParser->getUserSig( $user );
1720
1720
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r60326
Trying to fix the error reported at
http://www.mediawiki.org/wiki/Special:Cod...
ialex
16:46, 23 December 2009
Status & tagging log
07:36, 12 January 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r60333
[
removed:
new
added:
deferred]