Last modified: 2012-09-30 21:44:58 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T42636, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 40636 - Only variables should be passed by reference in LiquidThreads/api/ApiQueryLQTThreads.php
Only variables should be passed by reference in LiquidThreads/api/ApiQueryLQT...
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
LiquidThreads (Other open bugs)
master
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: 39480
  Show dependency treegraph
 
Reported: 2012-09-30 11:59 UTC by Niklas Laxström
Modified: 2012-09-30 21:44 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Niklas Laxström 2012-09-30 11:59:10 UTC
2 PHP Strict Standards:  Only variables should be passed by reference in /www/translatewiki.net/w/extensions/LiquidThreads/api/ApiQueryLQTThreads.php on line 166
Comment 1 Sam Reed (reedy) 2012-09-30 13:25:40 UTC
(In reply to comment #0)
> 2 PHP Strict Standards:  Only variables should be passed by reference in
> /www/translatewiki.net/w/extensions/LiquidThreads/api/ApiQueryLQTThreads.php on
> line 166

function __construct( &$output, &$article, &$title, &$user, &$request ) {

$view = new LqtView( $out, $article, $title, $this->getUser(), $this->getRequest() );



I'm guessing it doesn't like the getUser/getRequest calls like that...
Comment 2 Sam Reed (reedy) 2012-09-30 21:44:46 UTC
https://gerrit.wikimedia.org/r/25842

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links