mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 16:08:34 +01:00
moved to the api before 1.2, removing now the compatibility class
This commit is contained in:
parent
19f8e62d10
commit
c49f73a400
@ -83,7 +83,7 @@
|
|||||||
{
|
{
|
||||||
if (!is_object($GLOBALS['egw']->link))
|
if (!is_object($GLOBALS['egw']->link))
|
||||||
{
|
{
|
||||||
$GLOBALS['egw']->link =& CreateObject('infolog.bolink');
|
$GLOBALS['egw']->link =& CreateObject('phpgwapi.bolink');
|
||||||
}
|
}
|
||||||
$this->link =& $GLOBALS['egw']->link;
|
$this->link =& $GLOBALS['egw']->link;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user