BUG 10658 Error al ejecutar la funcion PMFGenerateOutputDocument() SOLVED

- Al ejecutar la funcion PMFGenerateOutputDocument() el processmaker devuelve un error de php
- Fixing bug of the notice in the output document generation.
This commit is contained in:
Hector Cortez
2013-02-07 17:24:28 -04:00
parent 7c1e00f032
commit 690d15de2c

View File

@@ -922,7 +922,7 @@ class OutputDocument extends BaseOutputDocument
define('PATH_OUTPUT_FILE_DIRECTORY', PATH_HTML . 'files/' . $_SESSION['APPLICATION'] . '/outdocs/');
G::verifyPath(PATH_OUTPUT_FILE_DIRECTORY, true);
require_once (PATH_THIRDPARTY . 'html2ps_pdf/config.inc.php');
require_once (PATH_THIRDPARTY . 'html2ps_pdf/pipeline.factory.class.php');
@require_once (PATH_THIRDPARTY . 'html2ps_pdf/pipeline.factory.class.php');
parse_config_file(PATH_THIRDPARTY . 'html2ps_pdf/html2ps.config');