https://bugzilla.wikimedia.org/show_bug.cgi?id=41352

--- Comment #16 from Rob Lanphier <ro...@wikimedia.org> 2012-10-29 15:18:42 UTC 
---
Hi Daniel, could you explain your fix a little bit (possibly including a diff
between the version before aude's change and your new version)?  It's pretty
difficult to piece this together just from gerrit, but I think I figured it
out.  If I'm reading things right, you removed this:
> $contentObj = $content; 

...and this line:
> $this->textbox1 = ContentHandler::getContentText( $contentObj );

...was changed to:
> $this->textbox1 = ContentHandler::getContentText( $content );

Is that indeed what changed?  If so, why does what you did fix this?

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to