summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/PoolController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/controllers/PoolController.php')
-rw-r--r--application/modules/user/controllers/PoolController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/user/controllers/PoolController.php b/application/modules/user/controllers/PoolController.php
index 87f330a..942f988 100644
--- a/application/modules/user/controllers/PoolController.php
+++ b/application/modules/user/controllers/PoolController.php
@@ -132,10 +132,10 @@ class User_PoolController extends Zend_Controller_Action
$pool->setGroupID($this->membership->getGroupID());
$poolmapper = new Application_Model_PoolMapper();
$poolmapper->save($pool);
- $this->_redirect('/dev/pool/index/addresult/ok');
+ $this->_redirect('/user/pool/index/addresult/ok');
}catch (Zend_Exception $e) {
echo "Error message 2: " . $e->getMessage() . "\n";
- $this->_redirect('/dev/pool/index/addresult/error');
+ $this->_redirect('/user/pool/index/addresult/error');
}
}
$this->view->addpool = $addpoolform;