@@ -26,7 +26,7 @@ class accountController extends Staple_AuthController
if($granted === true)
{
- header('Location: '.$this->_link(array('timesheet','index')));
+ header('Location: '.$this->_link(array('index','index')));
}
else