From bedac83bc6b52a0a74816194ae72aafc2a2ca3f5 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Mon, 17 Feb 2014 09:31:56 +0000 Subject: [PATCH] fix typo in redirect function call --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index f31b6c22cf..bfa33ea6e2 100755 --- a/index.php +++ b/index.php @@ -101,7 +101,7 @@ if ($app == 'home' && !($GLOBALS['egw']->framework instanceof jdots_framework)) { $app = $GLOBALS['egw_info']['user']['preferences']['common']['default_app']; if (!$app || $app == 'home') $app = isset($GLOBALS['egw_info']['user']['apps']['calendar']) ? 'calendar' : key($GLOBALS['egw_info']['user']['apps']); - egw::redirect(egw_framework::index($app, $app)); + egw::redirect(egw_framework::index($app), $app); } if($app == 'home' && !$api_requested && !($windowed && $_GET['cd'] == 'yes' && !html::$ua_mobile))