Fixes for traffic, manage_button and SSL work
This commit is contained in:
@@ -74,7 +74,8 @@ class Model_Service_Plugin_Domain extends Model_Service_Plugin {
|
||||
* to manage the domain.
|
||||
*/
|
||||
public function manage_button($t='') {
|
||||
parent::manage_button($t);
|
||||
if (! parent::manage_button($t))
|
||||
return NULL;
|
||||
|
||||
return ($this->username_value() AND $this->password_value()) ? $this->domain_registrar->manage_button($this,$t) : _('Please contact us');
|
||||
}
|
||||
|
Reference in New Issue
Block a user