mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Avoid failing on modification date check, which looked like a permission error.
This commit is contained in:
parent
7f48378cff
commit
fb4982c118
@ -291,6 +291,8 @@ class infolog_import_infologs_csv implements importexport_iface_import_plugin {
|
||||
$this->results[$_action]++;
|
||||
break;
|
||||
} else {
|
||||
// Fake an XMLRPC call to avoid failing modification date check
|
||||
$GLOBALS['server']->last_method = '~fake it~';
|
||||
$result = $this->boinfolog->write( $_data, true, true);
|
||||
if(!$result) {
|
||||
$this->errors[$record_num] = lang('Permissions error - %1 could not %2',
|
||||
|
Loading…
Reference in New Issue
Block a user