Преглед на файлове

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;
 		}