BUG 0000 Disabling saving plugin name in output docs

Disabled until we fix the whole issue
This commit is contained in:
Hugo Loza
2011-08-01 18:28:32 -04:00
parent 9a60cbac94
commit 5e275bbf0e

View File

@@ -532,8 +532,8 @@
$uploadReturn=$oPluginRegistry->executeTriggers ( PM_UPLOAD_DOCUMENT , $documentData );
if($uploadReturn){//Only delete if the file was saved correctly
$aFields['APP_DOC_PLUGIN']=$triggerDetail->sNamespace;
$oAppDocument1 = new AppDocument();
$oAppDocument1->update($aFields);
//$oAppDocument = new AppDocument();
//$oAppDocument->update($aFields);
unlink ( $pathOutput . $sFilename. '.pdf' );
}