Fixes for upstream
This commit is contained in:
@@ -69,7 +69,7 @@ class Model_Service_Plugin_Host extends Model_Service_Plugin {
|
||||
if ($this->service->queue == 'PROVISION')
|
||||
return _('To Be Provisioned');
|
||||
|
||||
return ($this->username_value() AND $this->password_value()) ? $this->host_server->plugin()->manage_button($this,$t) : '';
|
||||
return ($this->username_value() AND $this->password_value() AND $a=$this->host_server->plugin()) ? $a->manage_button($this,$t) : '';
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user