https://bugzilla.wikimedia.org/show_bug.cgi?id=35297
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #1 from Sam Reed (reedy) <[email protected]> 2012-03-18 15:54:20 UTC --- yeah... $page->getMessageGroup() can return null I was going to add if ( !$collection ) { $this->setLastError( 'RenderJob: Invalid collection' ); return false; } but with the error handling as if ( !$page ) { var_dump( $this->params ); var_dump( $title ); throw new MWException( "Oops, this should not happen!" ); } just above it... -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
