瀏覽代碼

Probably shouldn't just ignore this param...

Shane Mc Cormack 6 年之前
父節點
當前提交
e4b45c9365
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 		}