Skip to content

Commit

Permalink
Update warning message to be accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv committed Nov 10, 2011
1 parent b21a2cb commit 0a397a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/upgrade/3.9.1/content
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
);

if ($templates->Count) {
die "You have templates with Type other than Action. This will interfere with your upgrade because RT used to ignore the template Type field, but now uses it.";
die "You have templates with Type already set. This will interfere with your upgrade because RT used to ignore the template Type field, but now uses it.";
}

$templates = RT::Templates->new(RT->SystemUser);
Expand Down

0 comments on commit 0a397a4

Please sign in to comment.