Skip to content

Commit

Permalink
Fix editRowPrint for plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
luigifab authored and vrana committed Mar 4, 2021
1 parent f6880b5 commit a12d31c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ function dumpOutput() {
}

function editRowPrint($table, $fields, $row, $update) {
$args = func_get_args();
return $this->_appendPlugin(__FUNCTION__, $args);
}

function editFunctions($field) {
Expand Down

0 comments on commit a12d31c

Please sign in to comment.