From 61717c39a6af2fe4ea6262f349125d191804f199 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 16 Mar 2015 17:44:10 +0000 Subject: [PATCH] Fix password change dialog does not open in safari --- phpgwapi/inc/class.egw_framework.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.egw_framework.inc.php b/phpgwapi/inc/class.egw_framework.inc.php index aafe369fea..ee7f245865 100644 --- a/phpgwapi/inc/class.egw_framework.inc.php +++ b/phpgwapi/inc/class.egw_framework.inc.php @@ -1599,8 +1599,8 @@ abstract class egw_framework 'id' => 'password', 'name' => 'preferences', 'title' => lang('Password'), - 'url' => 'javascript:egw.open_link("'. - egw::link('/index.php?menuaction=preferences.preferences_password.change').'","_blank","400x270")', + 'url' => "javascript:egw.open_link('". + egw::link('/index.php?menuaction=preferences.preferences_password.change')."','_blank','400x270')", )); } /* disable help until content is reworked