Menu: use target="_self" instead of data-base-target="_self" in logout link

fixes #10330
This commit is contained in:
Alexander A. Klimov 2015-12-17 17:56:13 +01:00
parent 21f7af4b64
commit 643ee7b108

View File

@ -361,7 +361,7 @@ class Web extends EmbeddedWeb
'logout' => array(
'label' => t('Logout'),
'priority' => 200,
'target' => '_self',
'attributes' => array('target' => '_self'),
'url' => 'authentication/logout'
)
)