diff --git a/plugins/master-slave.php b/plugins/master-slave.php index 0f52fbb6..65309038 100644 --- a/plugins/master-slave.php +++ b/plugins/master-slave.php @@ -18,7 +18,7 @@ class AdminerMasterSlave { function credentials() { if ($_POST && isset($this->masters[Adminer\SERVER])) { - return array($this->masters[Adminer\SERVER], $_GET["username"], get_session("pwds")); + return array($this->masters[Adminer\SERVER], $_GET["username"], Adminer\get_session("pwds")); } }