Skip to content

Commit 8a30411

Browse files
committed
Fix: Fatal error: Uncaught Error: Object of class tlExtTable could not
be converted to string --> resultsBugs.tpl.php:46
1 parent d938e7d commit 8a30411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/templates/dashio/results/resultsBugs.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Purpose: smarty template - show Test Results and Metrics
1010

1111
{include file="inc_head.tpl"}
1212
{foreach from=$gui->tableSet key=idx item=matrix name="initializer"}
13-
{$tableID="$matrix->tableID"}
13+
{$tableID=$matrix->tableID}
1414
{if $smarty.foreach.initializer.first}
1515
{$matrix->renderCommonGlobals()}
1616
{if $matrix instanceof tlExtTable}

0 commit comments

Comments
 (0)