mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +01:00
"fixed bug reported by Hans-Juergen Tappe <tappe(at)hek.uni-karlsruhe.de>: list view not working on home page"
This commit is contained in:
parent
1ed5390669
commit
c1e057feb5
@ -74,7 +74,7 @@ class calendar_uilist extends calendar_ui
|
|||||||
function &home()
|
function &home()
|
||||||
{
|
{
|
||||||
// set the defaults for the home-page
|
// set the defaults for the home-page
|
||||||
$this->uilist(array(
|
$this->__construct(array(
|
||||||
'date' => $this->bo->date2string($this->bo->now_su),
|
'date' => $this->bo->date2string($this->bo->now_su),
|
||||||
'cat_id' => 0,
|
'cat_id' => 0,
|
||||||
'filter' => 'all',
|
'filter' => 'all',
|
||||||
|
Loading…
Reference in New Issue
Block a user