summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/4.2.6/content
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/upgrade/4.2.6/content')
-rw-r--r--rt/etc/upgrade/4.2.6/content9
1 files changed, 9 insertions, 0 deletions
diff --git a/rt/etc/upgrade/4.2.6/content b/rt/etc/upgrade/4.2.6/content
new file mode 100644
index 000000000..e17c5ea24
--- /dev/null
+++ b/rt/etc/upgrade/4.2.6/content
@@ -0,0 +1,9 @@
+use strict;
+use warnings;
+
+our @ScripActions = (
+ { Name => 'Notify Owner or AdminCcs', # loc
+ Description => 'Sends mail to the Owner if set, otherwise administrative Ccs', # loc
+ ExecModule => 'NotifyOwnerOrAdminCc',
+ },
+);