diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 23:05:57 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 23:05:57 +0000 |
commit | 0357ea505dd8aba293a67f0bfa122c3bbd29e51b (patch) | |
tree | 2329651d23e2795cef00ea80bd1b252c7510fc94 /actions/logout.php | |
parent | 8d9fb7711f32f7b7c0676641dd0c2b9343a5666f (diff) | |
parent | 4b0cf99e56f965e10eeb8b8b19e7b405bda49eaf (diff) |
Merge branch 'uiredesign' of ../evan into uiredesign
Diffstat (limited to 'actions/logout.php')
-rw-r--r-- | actions/logout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/logout.php b/actions/logout.php index 201378730..3001f3613 100644 --- a/actions/logout.php +++ b/actions/logout.php @@ -33,7 +33,7 @@ class LogoutAction extends Action { parent::handle($args); if (!common_logged_in()) { - common_user_error(_('Not logged in.')); + $this->clientError(_('Not logged in.')); } else { common_set_user(null); common_real_login(false); # not logged in |