From de539cf0c76280e6386bdfe3efbcee069703ce20 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 6 Feb 2018 11:57:02 +0100 Subject: [PATCH] Use existing variable --- plugins/file-upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""; } }