BUG 9881 PM 2.0.44 testing 3. Al enviar una combinacion invalidad de parametros a PMFNewCase() se vence la sesion del usuario.
PROBLEM The session vars were replaced with invalid values. SOLUTION Restore the session vars with healty values.
This commit is contained in:
@@ -76,7 +76,7 @@ class wsBase
|
||||
{
|
||||
public $stored_system_variables; //boolean
|
||||
public $wsSessionId; //web service session id, if the wsbase function is used from a WS request
|
||||
private $originalValues = array (); // SESSION temporary array store.
|
||||
private $originalValues = array (); // SESSION temporary array store.
|
||||
|
||||
public function __construct ($params = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user