mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
useing html-class from the api
This commit is contained in:
parent
948fe27751
commit
a440efa31d
@ -31,7 +31,11 @@
|
||||
{
|
||||
$GLOBALS['phpgw']->nextmatchs = CreateObject('phpgwapi.nextmatchs');
|
||||
}
|
||||
$this->html = CreateObject('calendar.html');
|
||||
if (!is_object($GLOBALS['phpgw']->html))
|
||||
{
|
||||
$GLOBALS['phpgw']->html = CreateObject('phpgwapi.html');
|
||||
}
|
||||
$this->html = &$GLOBALS['phpgw']->html;
|
||||
}
|
||||
|
||||
function index($error='')
|
||||
|
Loading…
Reference in New Issue
Block a user