Fix abstract passwords in host/domain manage planel logins
This commit is contained in:
@@ -37,7 +37,7 @@ abstract class Service_Domain {
|
||||
/**
|
||||
* Our HTML button that will enable us to manage this domain.
|
||||
*/
|
||||
abstract public function manage_button($u,$p,$d);
|
||||
abstract public function manage_button(Model_Service_Plugin_Domain $spdo,$t);
|
||||
|
||||
/**
|
||||
* Return an instance of this class
|
||||
|
Reference in New Issue
Block a user