diff options
Diffstat (limited to 'engine/lib/actions.php')
-rw-r--r-- | engine/lib/actions.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/lib/actions.php b/engine/lib/actions.php index bd3bdb80a..278194ac3 100644 --- a/engine/lib/actions.php +++ b/engine/lib/actions.php @@ -29,7 +29,8 @@ function action($action, $forwarder = "") { // UI without tokens. (And for installation because of session_id problems) $exceptions = array( 'systemsettings/install', - 'admin/plugins/disable' + 'admin/plugins/disable', + 'logout' ); if (!in_array($action, $exceptions)) { |