Skip to content

Commit

Permalink
Update SyncCtoFiles.php
Browse files Browse the repository at this point in the history
Deactivate the "DBAFS-Tail" function.
  • Loading branch information
stefanheimes authored Feb 3, 2017
1 parent 5cda6fd commit 3106e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/modules/syncCto/SyncCtoFiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public function getDbafsInformation($strFilePath, $blnAutoAdd = false, $blnSkipE
$arrModelData['pid'] = (strlen($arrModelData['pid'])) ? \String::binToUuid($arrModelData['pid']) : $arrModelData['pid'];
}

$arrModelData['tail'] = $this->getDbafsTailFor($arrModelData['pid']);
//$arrModelData['tail'] = $this->getDbafsTailFor($arrModelData['pid']);

return $arrModelData;
}
Expand Down Expand Up @@ -312,7 +312,7 @@ public function getDbafsInformation($strFilePath, $blnAutoAdd = false, $blnSkipE
$arrModelData['pid'] = (strlen($arrModelData['pid'])) ? \String::binToUuid($arrModelData['pid']) : $arrModelData['pid'];
}

$arrModelData['tail'] = $this->getDbafsTailFor($arrModelData['pid']);
//$arrModelData['tail'] = $this->getDbafsTailFor($arrModelData['pid']);

return $arrModelData;
}
Expand Down

0 comments on commit 3106e87

Please sign in to comment.