mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
update to reflect new classnames
This commit is contained in:
parent
fa37f0a481
commit
1e1fd8efe1
@ -27,7 +27,7 @@
|
||||
function service_notes()
|
||||
{
|
||||
$this->provider = $GLOBALS['phpgw_info']['notes_service'] ? $GLOBALS['phpgw_info']['notes_service'] : 'notes';
|
||||
$this->svc = $this->provider . '.bo' . $this->provider;
|
||||
$this->svc = $this->provider . '.bo';
|
||||
$type = $this->type ? $this->type : 'xmlrpc';
|
||||
$this->function_map = ExecMethod($this->svc . '.list_methods',$type);
|
||||
}
|
||||
|
@ -27,7 +27,7 @@
|
||||
function service_todo()
|
||||
{
|
||||
$this->provider = $GLOBALS['phpgw_info']['todo_service'] ? $GLOBALS['phpgw_info']['todo_service'] : 'todo';
|
||||
$this->svc = $this->provider . '.bo' . $this->provider;
|
||||
$this->svc = $this->provider . '.bo';
|
||||
$type = $this->type ? $this->type : 'xmlrpc';
|
||||
$this->function_map = ExecMethod($this->svc . '.list_methods',$type);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user