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:
@@ -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 )) {
|
||||
|
||||
Reference in New Issue
Block a user