diff options
Diffstat (limited to 'application/modules/user/forms/Client.php')
| -rw-r--r-- | application/modules/user/forms/Client.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/forms/Client.php b/application/modules/user/forms/Client.php index eb9aff6..aa8d478 100644 --- a/application/modules/user/forms/Client.php +++ b/application/modules/user/forms/Client.php @@ -45,7 +45,7 @@ class user_Form_Client extends Zend_Form )); $this->addElement('button', 'Cancel', array( - 'onclick' => 'self.location="/user/client/page/'.$this->page.'"' + 'onclick' => 'self.location="/user/client/index/page/'.$this->page.'"' )); $this->addElement('hidden','page', array( |
