mirror of
https://github.com/vrana/adminer.git
synced 2025-12-22 16:30:40 +01:00
uses PHP 5 constructors
This commit is contained in:
@@ -12,7 +12,7 @@ class AdminerDatabaseHide {
|
||||
/**
|
||||
* @param array case insensitive database names in values
|
||||
*/
|
||||
function AdminerDatabaseHide($disabled) {
|
||||
function __construct($disabled) {
|
||||
$this->disabled = array_map('strtolower', $disabled);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user