Avoid caching of ajax requests
This commit is contained in:
@@ -66,7 +66,7 @@ class AjaxViewHelper extends ActionViewHelper
|
||||
}
|
||||
|
||||
// Reset argument to keep it out of resulting url
|
||||
$arguments['format'] = '';
|
||||
unset($arguments['format']);
|
||||
|
||||
// Use root page uid as target unless provided
|
||||
if ($arguments['pageUid'] === null) {
|
||||
|
||||
Reference in New Issue
Block a user