mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +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))
|
||||
{
|
||||
$GLOBALS['egw']->link =& CreateObject('infolog.bolink');
|
||||
$GLOBALS['egw']->link =& CreateObject('phpgwapi.bolink');
|
||||
}
|
||||
$this->link =& $GLOBALS['egw']->link;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user