Skip to content

Commit c386593

Browse files
committed
Fix logout with csrf-check
1 parent 02ed177 commit c386593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)