From: Jakub Vrana Date: Tue, 6 Feb 2018 10:57:02 +0000 (+0100) Subject: Use existing variable X-Git-Tag: v4.6.1~54 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=de539cf0c76280e6386bdfe3efbcee069703ce20;p=adminer.git Use existing variable --- diff --git a/plugins/file-upload.php b/plugins/file-upload.php index 042bdb5a..806fd593 100644 --- a/plugins/file-upload.php +++ b/plugins/file-upload.php @@ -24,7 +24,7 @@ class AdminerFileUpload { function editInput($table, $field, $attrs, $value) { if (preg_match('~(.*)_path$~', $field["field"])) { - return ""; + return ""; } }