aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/UsersController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-09-27 20:47:44 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-09-27 20:47:44 +0000
commit1ac426c97e6b117e9507ad5effbf7ec62590930e (patch)
tree7962285efee869511260e233117d69156f81d56d /h-source/Application/Controllers/UsersController.php
parent8195face3431f385bb61b9e02261f6dfbeb7e916 (diff)
improved the regular expression to find the URLs - lammi87 issue
Diffstat (limited to 'h-source/Application/Controllers/UsersController.php')
-rw-r--r--h-source/Application/Controllers/UsersController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/UsersController.php b/h-source/Application/Controllers/UsersController.php
index b641899..ea94ffb 100644
--- a/h-source/Application/Controllers/UsersController.php
+++ b/h-source/Application/Controllers/UsersController.php
@@ -97,7 +97,7 @@ class UsersController extends BaseController
if ($res === 'not-logged')
{
- $data['notice'] = "<div class='alert'>You can't logout because you are not logged..</div>\n";
+ $data['notice'] = "<div class='alert'>You can't logout because you are not logged...</div>\n";
}
else if ($res === 'was-logged')
{