We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265dd1b commit f90b6d7Copy full SHA for f90b6d7
1 file changed
lib/functions/common.php
@@ -424,7 +424,7 @@ function initProject(&$db,$hash_user_sel) {
424
$tplan_id = isset($_SESSION['testplanID']) ? $_SESSION['testplanID'] : null;
425
426
// Now we need to validate the TestPlan
427
- $ckObj->name = $ckCfg->prefix . "TL_user${_SESSION['userID']}_proj${tproject_id}_testPlanId";
+ $ckObj->name = $ckCfg->prefix . "TL_user{$_SESSION['userID']}_proj{$tproject_id}_testPlanId";
428
429
if($user_sel["tplan_id"] != 0) {
430
$ckObj->value = $user_sel["tplan_id"];
0 commit comments