[Rt-commit] r7859 - in rt/branches/3.6-RELEASE: .
jesse at bestpractical.com
jesse at bestpractical.com
Mon May 14 13:02:42 EDT 2007
Author: jesse
Date: Mon May 14 13:02:41 2007
New Revision: 7859
Modified:
rt/branches/3.6-RELEASE/ (props changed)
rt/branches/3.6-RELEASE/lib/RT.pm.in
Log:
r56818 at pinglin: jesse | 2007-05-14 13:02:21 -0400
* Fix an inaccurate error message. Thanks to Nicholas Clark <nick at ccl4.org>
Modified: rt/branches/3.6-RELEASE/lib/RT.pm.in
==============================================================================
--- rt/branches/3.6-RELEASE/lib/RT.pm.in (original)
+++ rt/branches/3.6-RELEASE/lib/RT.pm.in Mon May 14 13:02:41 2007
@@ -166,7 +166,7 @@
my $filegroup = getgrgid($filegid);
my $errormessage = sprintf($message, $SITE_CONFIG_FILE,
$fileusername, $filegroup, $filegroup);
- die ("$message '$CORE_CONFIG_FILE'\n$@")
+ die ("$errormessage '$CORE_CONFIG_FILE'\n$@")
}
# RT::Essentials mistakenly recommends that WebPath be set to '/'.
More information about the Rt-commit
mailing list