"fixed renamed addressbook_vcal, as reported by <kaulich(at)gns-mbh.com> on the devel list"

This commit is contained in:
Ralf Becker 2008-05-19 11:51:21 +00:00
parent ee7b0643bd
commit 01407a4e38

View File

@ -528,7 +528,7 @@ class addressbook_ui extends addressbook_bo
case 'vcard':
$action_msg = lang('exported');
ExecMethod('addressbook.vcaladdressbook.export',$checked);
ExecMethod('addressbook.addressbook_vcal.export',$checked);
// does not return!
$Ok = false;
break;