From 9e2da07eb7ddeb6a0c8733e75408d56895c5fb13 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Thu, 17 Dec 2015 17:56:13 +0100 Subject: [PATCH] Menu: use target="_self" instead of data-base-target="_self" in logout link refs #10330 --- library/Icinga/Application/Web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Application/Web.php b/library/Icinga/Application/Web.php index 5bebde085..052e19412 100644 --- a/library/Icinga/Application/Web.php +++ b/library/Icinga/Application/Web.php @@ -361,7 +361,7 @@ class Web extends EmbeddedWeb 'logout' => array( 'label' => t('Logout'), 'priority' => 200, - 'target' => '_self', + 'target' => 'current_window', 'url' => 'authentication/logout' ) )