* Filemanager/Projectmanager: fix broken layout when showing /apps/projectmanager eg. opening Filemanager from PM

This commit is contained in:
Ralf Becker 2016-06-09 13:06:18 +02:00
parent 7af18ff895
commit d5122139ab

View File

@ -777,11 +777,6 @@ class filemanager_ui
*/
function get_rows(&$query, &$rows)
{
// show projectmanager sidebox for projectmanager path
if (substr($query['path'],0,20) == '/apps/projectmanager' && isset($GLOBALS['egw_info']['user']['apps']['projectmanager']))
{
$GLOBALS['egw_info']['flags']['currentapp'] = 'projectmanager';
}
// do NOT store query, if hierarchical data / children are requested
if (!$query['csv_export'])
{