mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-28 22:01:55 +02:00
Fix Funambol configuration issue and missing spaces in log enrties
This commit is contained in:
parent
fd3425bac4
commit
6648c7c404
@ -88,7 +88,8 @@ class Horde_SyncML_Command_Sync extends Horde_SyncML_Command {
|
|||||||
|
|
||||||
$currentCmdID = $status->output($currentCmdID, $output);
|
$currentCmdID = $status->output($currentCmdID, $output);
|
||||||
|
|
||||||
if ($sync = &$state->getSync($this->_targetURI)) {
|
if ($this->_targetURI != "configuration" && // Fix Funambol issue
|
||||||
|
($sync = &$state->getSync($this->_targetURI))) {
|
||||||
$currentCmdID = $sync->startSync($currentCmdID, $output);
|
$currentCmdID = $sync->startSync($currentCmdID, $output);
|
||||||
|
|
||||||
foreach ($this->_syncElements as $element) {
|
foreach ($this->_syncElements as $element) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user