TT#33871 use a correct rs call in mailtofaxsettings

* secrent_renew_notify resultset was wrongly used
      instead of the acl one

Change-Id: I67646b4cbcbdb97d3dfa150a35cf867dfe5b5022
(cherry picked from commit da4bc4e970)
changes/19/19719/1
Kirill Solomko 7 years ago
parent 025b2e3a9a
commit 4e70eee3b3

@ -160,7 +160,7 @@ sub update_item {
$secret_renew_notify_rs->create($notify);
}
for my $acl (@{ $resource->{acl} }) {
$secret_renew_notify_rs->create($acl);
$acl_rs->create($acl);
}
} catch($e) {
$c->log->error("Error Updating mailtofaxsettings: $e");

Loading…
Cancel
Save