link class moved to the api

This commit is contained in:
Ralf Becker 2005-10-01 21:12:36 +00:00
parent 8a8077bf4e
commit 1fba46456d
2 changed files with 1 additions and 5 deletions

View File

@ -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();

View File

@ -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')