mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 10:04:07 +02:00
Plugins: non-static $translations (fix #1000)
The main reason is that static properties are minified.
This commit is contained in:
@@ -58,7 +58,7 @@ class AdminerDumpJson extends Adminer\Plugin {
|
||||
}
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
protected $translations = array(
|
||||
'cs' => array('' => 'Export do formátu JSON'),
|
||||
'de' => array('' => 'Export im JSON-Format'),
|
||||
'pl' => array('' => 'Zrzuć do formatu JSON'),
|
||||
|
Reference in New Issue
Block a user