From 2e5027a1aab5820b0bf79068aead898f71a0ea45 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 11 Mar 2025 13:50:23 +0100 Subject: [PATCH] Compile: Fix shortening in private methods --- adminer/include/version.inc.php | 2 +- changes.txt | 3 +++ compile.php | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/adminer/include/version.inc.php b/adminer/include/version.inc.php index babfbe1c..1f3be8e7 100644 --- a/adminer/include/version.inc.php +++ b/adminer/include/version.inc.php @@ -1,4 +1,4 @@ " . reset($drivers) . "\"", $file, $count); - if (!$count) { + if (!$count && $project != "editor") { echo "auth[driver] form field not found\n"; } $file = str_replace(" . script(\"qs('#username').form['auth[driver]'].onchange();\")", "", $file);