Skip to content

Commit b2fa8ad

Browse files
fix: correct internal callable name in IPsecChildSAStatus #664
1 parent aedb38e commit b2fa8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models/IPsecChildSAStatus.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class IPsecChildSAStatus extends Model {
4040

4141
public function __construct(mixed $id = null, mixed $parent_id = null, mixed $data = [], ...$options) {
4242
# Set model attributes
43-
$this->internal_callable = 'get_ipsec_child SA_statuses';
43+
$this->internal_callable = 'get_ipsec_sa_statuses';
4444
$this->parent_model_class = 'IPsecSAStatus';
4545
$this->verbose_name = 'IPsec Child SA Status';
4646
$this->many = true;

0 commit comments

Comments
 (0)