fixed not working insert in document

This commit is contained in:
Ralf Becker 2011-04-18 11:56:52 +00:00
parent 342799a86a
commit cabcd99149

View File

@ -731,7 +731,7 @@ class addressbook_ui extends addressbook_bo
$to_list = (int)substr($action,8); $to_list = (int)substr($action,8);
$action = 'to_list'; $action = 'to_list';
} }
if (substr($action,0,9) == 'document-') if (substr($action,0,9) == 'document_')
{ {
$document = substr($action,9); $document = substr($action,9);
$action = 'document'; $action = 'document';