mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
fix for var $arg init.
This commit is contained in:
parent
7583bfd56f
commit
fcdb7b959c
1 changed files with 1 additions and 0 deletions
|
|
@ -1411,6 +1411,7 @@ class memberAdminController extends member
|
|||
*/
|
||||
function deleteManagedEmailHost($email_host)
|
||||
{
|
||||
$args = new stdClass();
|
||||
$args->email_host = $email_host;
|
||||
return executeQuery('member.deleteManagedEmailHost', $args);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue