mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fixed wrong function call
This commit is contained in:
parent
5739976dfd
commit
c2cd9e60d0
@ -24,7 +24,7 @@
|
|||||||
include('../header.inc.php');
|
include('../header.inc.php');
|
||||||
|
|
||||||
$obj = CreateObject('addressbook.uiaddressbook');
|
$obj = CreateObject('addressbook.uiaddressbook');
|
||||||
$obj->get_list();
|
$obj->index();
|
||||||
|
|
||||||
$GLOBALS['phpgw']->common->phpgw_footer();
|
$GLOBALS['phpgw']->common->phpgw_footer();
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user