/ Published in: Other

Expand |
Embed | Plain Text
$response = new AjaxResponse(); $response->addText( $wgOut->getHTML() ); $response->setCacheDuration( false ); //don't cache, because of tokens etc
You need to login to post a comment.
tiw on 10/10/08
1 person have marked this snippet as a favorite
$response = new AjaxResponse(); $response->addText( $wgOut->getHTML() ); $response->setCacheDuration( false ); //don't cache, because of tokens etc
You need to login to post a comment.