mirror of
https://github.com/vrana/adminer.git
synced 2026-02-22 22:51:03 +01:00
Plugins: PHP 5 compatibility (fix #1125)
This commit is contained in:
@@ -19,7 +19,7 @@ class AdminerLoginTable extends Adminer\Plugin {
|
||||
protected $database;
|
||||
|
||||
/** Set database of login table */
|
||||
function __construct(string $database) {
|
||||
function __construct($database) {
|
||||
$this->database = $database;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user