Skip to content

Commit

Permalink
Merge pull request #366 from SlateFoundation/develop
Browse files Browse the repository at this point in the history
Release: v2.21.3
  • Loading branch information
themightychris authored Feb 9, 2023
2 parents a9cabdf + 4f09e8f commit c77a8cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion php-classes/Slate/UI/Adapters/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ public static function getLinks($context = null)
if (static::$logOut) {
$userMenu['Log Out'] = [
'_icon' => 'logout',
'_href' => '/logout?return='.urlencode($_SERVER['REQUEST_URI'])
'_href' => '/logout?return='.urlencode($_SERVER['REQUEST_URI']),
'_weight' => 1000
];
}

Expand Down

0 comments on commit c77a8cf

Please sign in to comment.