Explorar o código

Probably shouldn't just ignore this param...

Shane Mc Cormack %!s(int64=6) %!d(string=hai) anos
pai
achega
e4b45c9365
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/MyDNSHostAPI.php

+ 1 - 1
src/MyDNSHostAPI.php

@@ -645,7 +645,7 @@
 		 * @param $value (Default: true) Set value for domain admin override.
 		 */
 		public function domainAdmin($value = true) {
-			$this->domainAdmin = true;
+			$this->domainAdmin = $value;
 
 			return $this;
 		}