Site/Module setup work and auto_format fixes
This commit is contained in:
@@ -24,7 +24,7 @@ class Model_Host_Server extends ORMOSB {
|
||||
return $po->manage_button($u,$p,$d);
|
||||
}
|
||||
|
||||
public function config() {
|
||||
public function prov_plugin_data() {
|
||||
if (! $this->provision_plugin_data)
|
||||
throw new Kohana_Exception('No plugin configuration data');
|
||||
|
||||
|
2
modules/host/vendor/plesk.php
vendored
2
modules/host/vendor/plesk.php
vendored
@@ -95,7 +95,7 @@ class Plesk {
|
||||
}
|
||||
|
||||
private function server_command(XML $xml) {
|
||||
$hs = $this->hso->config();
|
||||
$hs = $this->hso->prov_plugin_data();
|
||||
|
||||
$request = Request::factory(sprintf('%s/%s',$this->hso->manage_url,$this->path))
|
||||
->method('POST');
|
||||
|
Reference in New Issue
Block a user