I added a valitation

This commit is contained in:
Paula Quispe
2017-02-13 15:21:27 -04:00
parent 137e6bc5f6
commit 77446c4c47

View File

@@ -3007,7 +3007,7 @@ class Bootstrap
* *
* @return void * @return void
*/ */
public static function setConstantsRelatedWs($wsName = null){ public static function setConstantsRelatedWs($wsName = null) {
if (!defined('SYS_SYS') && !is_null($wsName)) { if (!defined('SYS_SYS') && !is_null($wsName)) {
//If SYS_SYS exists, is not update with $wsName //If SYS_SYS exists, is not update with $wsName
define('SYS_SYS', $wsName); define('SYS_SYS', $wsName);