mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:19:00 +01:00
fixed not working insert in document
This commit is contained in:
parent
342799a86a
commit
cabcd99149
@ -731,7 +731,7 @@ class addressbook_ui extends addressbook_bo
|
||||
$to_list = (int)substr($action,8);
|
||||
$action = 'to_list';
|
||||
}
|
||||
if (substr($action,0,9) == 'document-')
|
||||
if (substr($action,0,9) == 'document_')
|
||||
{
|
||||
$document = substr($action,9);
|
||||
$action = 'document';
|
||||
|
Loading…
Reference in New Issue
Block a user