mirror of
https://github.com/vrana/adminer.git
synced 2025-12-31 21:00:31 +01:00
Hide edited value if selected function will not use it
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user