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-02 21:33:41 +00:00
parent 9aac691d91
commit 18db7daa09

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');
}
}