PM-1996 "No genera el link al crear un web entry " SOLVED

Issue:
    No genera el link al crear un web entry
Cause:
    Path incorrecto del file "wsClient.php"
Solution:
    Se setea el path correcto del file "wsClient.php"
This commit is contained in:
Victor Saisa Lopez
2015-04-14 09:48:05 -04:00
parent 32eaaa1fae
commit 186829cfa3
3 changed files with 16 additions and 21 deletions

View File

@@ -203,7 +203,7 @@ class webEntryProxy extends HttpProxyController
file_put_contents( $fileName, $template->getOutputContent() );
//creating the third file, only if this wsClient.php file doesn't exists.
$fileName = $pathProcess . 'wsClient.php';
$pluginTpl = PATH_CORE . 'test' . PATH_SEP . 'unit' . PATH_SEP . 'ws' . PATH_SEP . 'wsClient.php';
$pluginTpl = PATH_CORE . "templates" . PATH_SEP . "processes" . PATH_SEP . "wsClient.php";
if (file_exists( $fileName )) {
if (filesize( $fileName ) != filesize( $pluginTpl )) {