Skip to content

Commit f90b6d7

Browse files
fix - PHP8 - ${}
1 parent 265dd1b commit f90b6d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/functions/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ function initProject(&$db,$hash_user_sel) {
424424
$tplan_id = isset($_SESSION['testplanID']) ? $_SESSION['testplanID'] : null;
425425

426426
// Now we need to validate the TestPlan
427-
$ckObj->name = $ckCfg->prefix . "TL_user${_SESSION['userID']}_proj${tproject_id}_testPlanId";
427+
$ckObj->name = $ckCfg->prefix . "TL_user{$_SESSION['userID']}_proj{$tproject_id}_testPlanId";
428428

429429
if($user_sel["tplan_id"] != 0) {
430430
$ckObj->value = $user_sel["tplan_id"];

0 commit comments

Comments
 (0)