Skip to content

Commit 02c08ce

Browse files
authored
make DataTables:getCellContent() a public function again (#919)
Refs: #918
1 parent a95d3b8 commit 02c08ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

formats/datatables/DataTables.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ private function getResultJson( QueryResult $res, int $outputMode ): array {
878878
/**
879879
* @see SMW\Query\ResultPrinters\TableResultPrinter
880880
*/
881-
private function getCellContent(
881+
public function getCellContent(
882882
string $label,
883883
array $dataValues,
884884
int $outputMode,

0 commit comments

Comments
 (0)