More fixes to work with KH 3.3

This commit is contained in:
Deon George
2013-01-04 15:13:48 +11:00
parent 6db02ae77d
commit 19411b6352
10 changed files with 49 additions and 39 deletions

View File

@@ -81,7 +81,7 @@ class Model_Service_Plugin_DOMAIN extends Model_Service_Plugin {
}
public function manage_dns_button() {
return $this->service_plugin_host->manage_button('service_plugin_host');
return $this->service_plugin_HOST->manage_button('service_plugin_host');
}
}
?>