Avoid an extra reload from client side (egw.js) if there is no default app set by loading framework with home.

This commit is contained in:
Nathan Gray 2015-06-01 18:10:41 +00:00
parent ddfaa8202d
commit 4619558c05

View File

@ -109,7 +109,7 @@ if($app == 'home' && !$class && !$api_requested && !($windowed && $_GET['cd'] ==
}
else
{
egw::redirect_link('/home/index.php');
egw::redirect_link('/home/index.php?cd=yes');
}
}