Fixing conflicts
This commit is contained in:
@@ -312,7 +312,6 @@ class AppDocumentDrive
|
|||||||
$sw_file_exists = false;
|
$sw_file_exists = false;
|
||||||
$realPath = '';
|
$realPath = '';
|
||||||
if ($appDoc->getAppDocType() === 'OUTPUT') {
|
if ($appDoc->getAppDocType() === 'OUTPUT') {
|
||||||
//$name = substr($name, 1, -1);
|
|
||||||
$realPathDoc = PATH_DOCUMENT . $appUid . '/outdocs/' . $appDocUid . '_' . $docVersion . '.' . 'doc';
|
$realPathDoc = PATH_DOCUMENT . $appUid . '/outdocs/' . $appDocUid . '_' . $docVersion . '.' . 'doc';
|
||||||
$realPathDoc1 = PATH_DOCUMENT . $appUid . '/outdocs/' . $name . '_' . $docVersion . '.' . 'doc';
|
$realPathDoc1 = PATH_DOCUMENT . $appUid . '/outdocs/' . $name . '_' . $docVersion . '.' . 'doc';
|
||||||
$realPathDoc2 = PATH_DOCUMENT . $appUid . '/outdocs/' . $name . '.' . 'doc';
|
$realPathDoc2 = PATH_DOCUMENT . $appUid . '/outdocs/' . $name . '.' . 'doc';
|
||||||
|
|||||||
@@ -357,4 +357,5 @@ class Pmgmail {
|
|||||||
$oLabels = new \labelsGmail();
|
$oLabels = new \labelsGmail();
|
||||||
$oResponse = $oLabels->setLabelsToUnpauseCase($appUid, $appDelIndex);
|
$oResponse = $oLabels->setLabelsToUnpauseCase($appUid, $appDelIndex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user