mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
link class moved to the api
This commit is contained in:
parent
8a8077bf4e
commit
1fba46456d
@ -27,7 +27,7 @@ class bo_resources
|
||||
$this->acl =& CreateObject('resources.bo_acl');
|
||||
$this->cats = $this->acl->egw_cats;
|
||||
$this->vfs =& CreateObject('phpgwapi.vfs');
|
||||
$this->link =& CreateObject('infolog.bolink');
|
||||
$this->link =& CreateObject('phpgwapi.bolink');
|
||||
$this->conf =& CreateObject('phpgwapi.config');
|
||||
$this->conf->read_repository();
|
||||
|
||||
|
@ -45,10 +45,6 @@
|
||||
'appname' => 'etemplate',
|
||||
'versions' => Array('1.0.0','1.0.1')
|
||||
);
|
||||
$setup_info['resources']['depends'][] = array( // cause the link class is not in the api yet
|
||||
'appname' => 'infolog',
|
||||
'versions' => Array('1.0.0','1.0.1')
|
||||
);
|
||||
$setup_info['resources']['depends'][] = array( // cause of vfs psuedoprotocol is not fully in the api yet
|
||||
'appname' => 'filemanager',
|
||||
'versions' => Array('1.0.0','1.0.1')
|
||||
|
Loading…
Reference in New Issue
Block a user