Browse Source

try new mailboxcheck

andre 5 years ago
parent
commit
caf8df2056
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zimbraAddressCheck.php

+ 1 - 1
zimbraAddressCheck.php

@@ -11,7 +11,7 @@ require_once(ROOTDIR . '/includes/dbfunctions.php');
 require_once dirname(__FILE__) . '/zimbraSingle.inc';
 
 $whmcs = App::self();
-$whmcs->assign('id', $_GET['pid']);
+$whmcs->set_req_var('id', $_GET['pid']);
 if(zimbraSingleDoesEMailExist($_GET['name'], $_GET['domain'])) {
 	echo 'no';
 } else {