mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Do not break home with in-progress et2 conversion
This commit is contained in:
parent
18bd10bf66
commit
6841ad3d5d
@ -108,7 +108,9 @@ class calendar_favorite_portlet extends home_favorite_portlet
|
||||
$content = array('legacy' => $ui->weekN(true));
|
||||
break;
|
||||
case 'week':
|
||||
$content = array('legacy' => $ui->week(0,true));
|
||||
//$content = array('legacy' => $ui->week(0,true));
|
||||
$ui->week(array(), $etemplate);
|
||||
return; //parent::exec($id, $etemplate);
|
||||
break;
|
||||
case 'day':
|
||||
$content = array('legacy' => $ui->day(true));
|
||||
|
Loading…
Reference in New Issue
Block a user