mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02:00
Fix editRowPrint for plugin
This commit is contained in:
@@ -84,6 +84,8 @@ class AdminerPlugin extends Adminer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function editRowPrint($table, $fields, $row, $update) {
|
function editRowPrint($table, $fields, $row, $update) {
|
||||||
|
$args = func_get_args();
|
||||||
|
return $this->_appendPlugin(__FUNCTION__, $args);
|
||||||
}
|
}
|
||||||
|
|
||||||
function editFunctions($field) {
|
function editFunctions($field) {
|
||||||
|
Reference in New Issue
Block a user