Topic on Extension talk:PerPageLicense

getContent issue with MW 1.21

2
Leucosticte (talkcontribs)

There's a known getContent issue with MW 1.21. Thus far, I haven't figured out how to fix it, but I didn't try very hard either.

Thomas Haselwanter (talkcontribs)

Add

$contents = ContentHandler::getContentText( $contents );

after line 131 - directly after the call to getContent.

This makes the per page license work again.

Reply to "getContent issue with MW 1.21"