Skip to content

Commit 720d0bb

Browse files
authored
Merge pull request #154 from alfredbuehler/f/csrf_logout
Fix logout with csrf-check
2 parents 02ed177 + c386593 commit 720d0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Template/header/user_dropdown.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</li>
3535
<?php if (! DISABLE_LOGOUT): ?>
3636
<li>
37-
<?= $this->url->icon('sign-out', t('Logout'), 'AuthController', 'logout') ?>
37+
<?= $this->url->icon('sign-out', t('Logout'), 'AuthController', 'logout', [], true) ?>
3838
</li>
3939
<?php endif ?>
4040
</ul>

0 commit comments

Comments
 (0)