[Rt-commit] rt branch, 4.0/validate-webpath, updated. rt-4.0.1rc1-38-g9d7215b
Shawn Moore
sartak at bestpractical.com
Wed Jun 8 18:23:49 EDT 2011
The branch, 4.0/validate-webpath has been updated
via 9d7215bae8ce22cddd5c603e8b05dad7ef441921 (commit)
from b818370b262d60eb5a32c55e69110477f5d09068 (commit)
Summary of changes:
lib/RT/Interface/Web.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 9d7215bae8ce22cddd5c603e8b05dad7ef441921
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Jun 8 18:23:01 2011 -0400
Fix a variable typo
diff --git a/lib/RT/Interface/Web.pm b/lib/RT/Interface/Web.pm
index b7f5140..23dba0c 100644
--- a/lib/RT/Interface/Web.pm
+++ b/lib/RT/Interface/Web.pm
@@ -1101,7 +1101,7 @@ sub ValidateWebConfig {
}
if ($ENV{SCRIPT_NAME} ne RT->Config->Get('WebPath')) {
- $RT::Logger->warn("The actual SCRIPT_NAME ($ENV{SCIRPT_NAME}) does NOT match the configured WebPath ($RT::WebPath). Perhaps you should Set(\$WebPath, '$ENV{SCRIPT_NAME}') in RT_SiteConfig.pm, otherwise your internal links may be broken.");
+ $RT::Logger->warn("The actual SCRIPT_NAME ($ENV{SCRIPT_NAME}) does NOT match the configured WebPath ($RT::WebPath). Perhaps you should Set(\$WebPath, '$ENV{SCRIPT_NAME}') in RT_SiteConfig.pm, otherwise your internal links may be broken.");
}
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list