https://bugzilla.wikimedia.org/show_bug.cgi?id=40636
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Sam Reed (reedy) <[email protected]> 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... -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
