mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 07:06:45 +02:00
Plugins: non-static $translations (fix #1000)
The main reason is that static properties are minified.
This commit is contained in:
@@ -56,7 +56,7 @@ ORDER BY ORDINAL_POSITION", null, "") as $row
|
||||
return "https://www.adminer.org/static/plugins/backward-keys.png";
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
protected $translations = array(
|
||||
'cs' => array('' => 'Zobrazí odkazy na tabulky odkazující aktuální řádek, stejně jako Adminer Editor'),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user