mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02: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->acl =& CreateObject('resources.bo_acl');
|
||||||
$this->cats = $this->acl->egw_cats;
|
$this->cats = $this->acl->egw_cats;
|
||||||
$this->vfs =& CreateObject('phpgwapi.vfs');
|
$this->vfs =& CreateObject('phpgwapi.vfs');
|
||||||
$this->link =& CreateObject('infolog.bolink');
|
$this->link =& CreateObject('phpgwapi.bolink');
|
||||||
$this->conf =& CreateObject('phpgwapi.config');
|
$this->conf =& CreateObject('phpgwapi.config');
|
||||||
$this->conf->read_repository();
|
$this->conf->read_repository();
|
||||||
|
|
||||||
|
@ -45,10 +45,6 @@
|
|||||||
'appname' => 'etemplate',
|
'appname' => 'etemplate',
|
||||||
'versions' => Array('1.0.0','1.0.1')
|
'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
|
$setup_info['resources']['depends'][] = array( // cause of vfs psuedoprotocol is not fully in the api yet
|
||||||
'appname' => 'filemanager',
|
'appname' => 'filemanager',
|
||||||
'versions' => Array('1.0.0','1.0.1')
|
'versions' => Array('1.0.0','1.0.1')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user