aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/UsersController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-07-02 05:13:18 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-07-02 05:13:18 +0000
commit0ba075c8938e1179af50bf58ec21a467807da64f (patch)
treeb2eb9c3010a9d0af2282a2702beb8da55e158f2e /h-source/Application/Controllers/UsersController.php
parent6078f2f0d2adf999f65f793ae907180afb7315ed (diff)
replaced two periods with three periods in some sentences - amire80 issue
Diffstat (limited to 'h-source/Application/Controllers/UsersController.php')
-rw-r--r--h-source/Application/Controllers/UsersController.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/UsersController.php b/h-source/Application/Controllers/UsersController.php
index 0e00523..b641899 100644
--- a/h-source/Application/Controllers/UsersController.php
+++ b/h-source/Application/Controllers/UsersController.php
@@ -54,7 +54,8 @@ class UsersController extends BaseController
$this->s['registered']->checkStatus();
if ($this->s['registered']->status['status']=='logged') { //check if already logged
- $this->s['registered']->redirect('logged');
+ $this->redirect('home/index/'.Lang::$current,3,'You are already logged...');
+ die();
}
if (isset($_POST['username']) and isset($_POST['password']))
{