Skip to content

Commit b26033b

Browse files
committed
Fix TypeError Table::getRowFormat()
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
1 parent bd52a99 commit b26033b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/classes/Table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ public function getRowFormat(): string
403403
return '';
404404
}
405405

406-
return $tableRowFormat;
406+
return $tableRowFormat ?? '';
407407
}
408408

409409
/**

0 commit comments

Comments
 (0)