POST disable/enable auto-refresh always against the current location

refs #8605
This commit is contained in:
Eric Lippmann 2015-03-13 04:01:08 +01:00
parent 200982e4f5
commit f60a0b86ec
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ class AutoRefreshForm extends Form
public function init() public function init()
{ {
$this->setName('form_auto_refresh'); $this->setName('form_auto_refresh');
// Post against the current location
$this->setAction('');
} }
/** /**