mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 14:46:36 +02:00
Plugins: non-static $translations (fix #1000)
The main reason is that static properties are minified.
This commit is contained in:
@@ -12,7 +12,7 @@ class AdminerVersionNoverify extends Adminer\Plugin {
|
||||
echo Adminer\script("verifyVersion = () => { };");
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
protected $translations = array(
|
||||
'cs' => array('' => 'Zakáže kontrolu nových verzí'),
|
||||
'de' => array('' => 'Deaktivieren Sie die Versionsprüfung'),
|
||||
'pl' => array('' => 'Wyłącz sprawdzanie wersji'),
|
||||
|
Reference in New Issue
Block a user