Skip to content

Commit da4bc4e

Browse files
committed
TT#33871 use a correct rs call in mailtofaxsettings
* secrent_renew_notify resultset was wrongly used instead of the acl one Change-Id: I67646b4cbcbdb97d3dfa150a35cf867dfe5b5022
1 parent d045b35 commit da4bc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/NGCP/Panel/Role/API/MailToFaxSettings.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ sub update_item {
160160
$secret_renew_notify_rs->create($notify);
161161
}
162162
for my $acl (@{ $resource->{acl} }) {
163-
$secret_renew_notify_rs->create($acl);
163+
$acl_rs->create($acl);
164164
}
165165
} catch($e) {
166166
$c->log->error("Error Updating mailtofaxsettings: $e");

0 commit comments

Comments
 (0)