diff options
author | Daniel <darthdaniel85@gmail.com> | 2014-10-23 17:46:06 -0500 |
---|---|---|
committer | Daniel <darthdaniel85@gmail.com> | 2014-10-23 17:47:25 -0500 |
commit | a31c1f2ff0f4c996e0b90b1743b775af4cf58e6a (patch) | |
tree | 5c4b82d153bbe3dde8ca60d87e1efc23a9fefeab /framework/Wsat/pages/TWsatLogin.php | |
parent | 6258436ce62988d1178c7c394d5093dbac52056f (diff) |
Scaffolding 10%
Diffstat (limited to 'framework/Wsat/pages/TWsatLogin.php')
-rw-r--r-- | framework/Wsat/pages/TWsatLogin.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/Wsat/pages/TWsatLogin.php b/framework/Wsat/pages/TWsatLogin.php index 051937d7..7aa90740 100644 --- a/framework/Wsat/pages/TWsatLogin.php +++ b/framework/Wsat/pages/TWsatLogin.php @@ -17,7 +17,6 @@ class TWsatLogin extends TPage if ($this->IsValid) { $this->Session["wsat_password"] = $this->getService()->getPassword(); - $url = $this->Service->constructUrl('TWsatHome'); $this->Response->redirect($url); } |