From f60a0b86eca8f5a4f1cba1b05fbdf01b0f6e00b3 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 13 Mar 2015 04:01:08 +0100 Subject: [PATCH] POST disable/enable auto-refresh always against the current location refs #8605 --- application/forms/AutoRefreshForm.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/forms/AutoRefreshForm.php b/application/forms/AutoRefreshForm.php index e1e436d34..1d2eda2be 100644 --- a/application/forms/AutoRefreshForm.php +++ b/application/forms/AutoRefreshForm.php @@ -21,6 +21,8 @@ class AutoRefreshForm extends Form public function init() { $this->setName('form_auto_refresh'); + // Post against the current location + $this->setAction(''); } /**