-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.5
-
Component/s: web gui (frontend)
-
Labels:None
getVariable attempts to return a value from $_SESSION['variables'] so that a query does not need to be done to get the value. If $incparams is passed as 1 and the variable was set in $_SESSION['variables'] with just a value, the value is returned instead of an array.