mirror of
https://github.com/vrana/adminer.git
synced 2026-06-20 00:39:43 +02:00
uses PHP 5 constructors
This commit is contained in:
@@ -12,7 +12,7 @@ class AdminerMasterSlave {
|
||||
/**
|
||||
* @param array ($slave => $master)
|
||||
*/
|
||||
function AdminerMasterSlave($masters) {
|
||||
function __construct($masters) {
|
||||
$this->masters = $masters;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user