Trap trying to instance bad workflow activities.

Remove the ProcessRecurringPayments activity from the user's config.
This commit is contained in:
Colin Kuskie 2008-11-17 02:51:41 +00:00
parent 4bfb2d200c
commit 4e91f3d500
4 changed files with 31 additions and 1 deletions

View file

@ -262,6 +262,12 @@ our $I18N = {
lastUpdated => 0,
},
'bad workflow activity code' => {
message => q|Syntax error found in %s, unable to edit this activity.|,
context => q|Error message in the edit workflow screen, when an activity cannot be instanciated.|,
lastUpdated => 1226814463,
},
};
1;