Lacrimosa99 2018-09-10 11:01:26 +02:00 committed by GitHub
parent f24616013c
commit f2967c1746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -462,7 +462,7 @@ class ExternalSQL {
try {
$sql = "DROP USER IF EXISTS ?@?";
$sql = "DROP USER ?@?";
$query = $this->remotesql->prepare($sql);
foreach ($this->getUsersHostList($username) as $host) {
@ -480,4 +480,4 @@ class ExternalSQL {
$this->remotesql = null;
unset($this->error);
}
}
}