[Rt-commit] rt branch, 4.0.4-releng, updated. rt-4.0.3-4-g0a397a4
Alex Vandiver
alexmv at bestpractical.com
Thu Nov 10 15:53:33 EST 2011
The branch, 4.0.4-releng has been updated
via 0a397a423adf7347d3674108065670720789e757 (commit)
from b21a2cb0e80ceca1b27385ba478629b8663d65af (commit)
Summary of changes:
etc/upgrade/3.9.1/content | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 0a397a423adf7347d3674108065670720789e757
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Nov 10 15:53:30 2011 -0500
Update warning message to be accurate
diff --git a/etc/upgrade/3.9.1/content b/etc/upgrade/3.9.1/content
index d336a18..acdc0ad 100644
--- a/etc/upgrade/3.9.1/content
+++ b/etc/upgrade/3.9.1/content
@@ -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);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list