Explorar el Código

try new mailboxcheck

andre hace 5 años
padre
commit
a2f89dccac
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      zimbraAddressAvailable.php

+ 2 - 2
zimbraAddressAvailable.php

@@ -9,7 +9,7 @@ define("CLIENTAREA", true);
 require_once(__DIR__ . '/../../../init.php');
 require_once("api/Zm/Auth.php");
 require_once("api/Zm/Account.php");
-use Illuminate\Database\Capsule\Manager as Capsule;
+use WHMCS\Database\Capsule;
 
 $whmcs = App::self();
 $packageID = $_GET['pid'];
@@ -39,7 +39,7 @@ if(is_a($login, "Exception")) {
 		__FUNCTION__,
 		$accessData,
 		"Error : cannot login to " . $accessData['zimbraServer'],
-		$productID
+		$packageID
 	);
 	exit();
 } else {