Browse Source

clientarea

andre 7 months ago
parent
commit
51f8e5d6b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      siteBuilder.php

+ 1 - 1
siteBuilder.php

@@ -792,7 +792,7 @@ function siteBuilder_revSite($params) {
 					$res
 					);
 				return 'Error: Response format error';
-			} else if (isset($res->loginHash) && $res->loginHash) {
+			} else if (isset($res->url) && $res->url) {
 				$result = $api->remoteCall('delete-site', array(
 					'domain' => $site
 				));