mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 06:01:36 +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');
|
$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='')
|
function index($error='')
|
||||||
|
Loading…
Reference in New Issue
Block a user