mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +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);
|
$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';
|
||||||
|
Loading…
Reference in New Issue
Block a user