Skip to content

Commit 44411a5

Browse files
committed
FIX: Undefined array key "title" in print.inc.php - Line 369
1 parent e5573cb commit 44411a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/functions/print.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ function renderReqSpecNodeForPrinting(&$db, &$node, &$options, $tocPrefix, $rsLe
366366
'tproject_id' => $spec['testproject_id']);
367367
break;
368368
}
369-
$name = htmlspecialchars($spec['doc_id'] . $title_separator . $spec['title']);
369+
$name = htmlspecialchars($spec['doc_id'] . $title_separator . $spec['name']);
370370

371371
$docHeadingNumbering = '';
372372
if ($options['headerNumbering']) {

0 commit comments

Comments
 (0)