Enabled SSL active services, exclude external_billing in active services
This commit is contained in:
@@ -148,7 +148,7 @@ class Model_SSL_CA extends ORM_OSB {
|
||||
}
|
||||
|
||||
public function list_childca() {
|
||||
return $this->children->find_all();
|
||||
return $this->children->where_active()->find_all();
|
||||
}
|
||||
|
||||
public function list_childcrt() {
|
||||
|
Reference in New Issue
Block a user