summaryrefslogtreecommitdiffstats
path: root/application/modules/dev/forms/GroupAdd.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/dev/forms/GroupAdd.php')
-rw-r--r--application/modules/dev/forms/GroupAdd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/dev/forms/GroupAdd.php b/application/modules/dev/forms/GroupAdd.php
index a235b56..8132f3a 100644
--- a/application/modules/dev/forms/GroupAdd.php
+++ b/application/modules/dev/forms/GroupAdd.php
@@ -56,7 +56,7 @@ class dev_Form_GroupAdd extends Zend_Form
'required' => false,
'ignore' => true,
'label' => 'Cancel',
- 'onclick' => 'location.href="/dev/group/"',
+ 'onclick' => 'location.href="' . $_SERVER['HTTP_REFERER'] . '"',
));
}