summaryrefslogtreecommitdiff
path: root/actions/logout.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/logout.php')
-rw-r--r--actions/logout.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/actions/logout.php b/actions/logout.php
index 4c59e47ad..effb5abbe 100644
--- a/actions/logout.php
+++ b/actions/logout.php
@@ -23,11 +23,13 @@ require_once(INSTALLDIR.'/lib/openid.php');
class LogoutAction extends Action {
- function is_readonly() {
+ function is_readonly()
+ {
return true;
}
- function handle($args) {
+ function handle($args)
+ {
parent::handle($args);
if (!common_logged_in()) {
common_user_error(_('Not logged in.'));