Hide edited value if selected function will not use it

This commit is contained in:
Peter Knut
2024-10-02 11:08:13 +02:00
parent 1de9275f11
commit bf1d16cdb7
5 changed files with 61 additions and 35 deletions

View File

@@ -335,7 +335,7 @@ class AdminerPlugin extends Adminer {
return $this->_applyPlugin(__FUNCTION__, $args);
}
function editInput($table, $field, $attrs, $value) {
function editInput($table, $field, $attrs, $value, $function) {
$args = func_get_args();
return $this->_applyPlugin(__FUNCTION__, $args);
}