POST disable/enable auto-refresh always against the current location
refs #8605
This commit is contained in:
parent
200982e4f5
commit
f60a0b86ec
|
@ -21,6 +21,8 @@ class AutoRefreshForm extends Form
|
|||
public function init()
|
||||
{
|
||||
$this->setName('form_auto_refresh');
|
||||
// Post against the current location
|
||||
$this->setAction('');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue