mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Plugins: non-static $translations (fix #1000)
The main reason is that static properties are minified.
This commit is contained in:
@@ -30,7 +30,7 @@ class AdminerTableIndexesStructure extends Adminer\Plugin {
|
||||
return true;
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
protected $translations = array(
|
||||
'cs' => array('' => 'Rozšířené informace o indexech'),
|
||||
'de' => array('' => 'Erweiterte Ausgabe der Tabellenindize'),
|
||||
'pl' => array('' => 'Rozszerzona tabela wyników struktury indeksów'),
|
||||
|
Reference in New Issue
Block a user