summaryrefslogtreecommitdiff
path: root/rt/share/html/index.html
diff options
context:
space:
mode:
authorivan <ivan>2010-11-18 02:30:49 +0000
committerivan <ivan>2010-11-18 02:30:49 +0000
commit5bc612e1f9683a5c064217e42cbd1dc153f588b3 (patch)
treed5dbbc0efea1bd329c3f46184c6cc7cd48a369f7 /rt/share/html/index.html
parent9916976831c67272ea1870d5d65a3b00ddd1b8de (diff)
changed to "DisplayAftgerQuickCreate" per upstream request for clarification, RT#10429
Diffstat (limited to 'rt/share/html/index.html')
-rwxr-xr-xrt/share/html/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/index.html b/rt/share/html/index.html
index 2d703584e..89c976f0c 100755
--- a/rt/share/html/index.html
+++ b/rt/share/html/index.html
@@ -115,7 +115,7 @@ if ( $ARGS{'QuickCreate'} ) {
From => $session{'CurrentUser'}->EmailAddress,
Content => $ARGS{'Content'},
Subject => $ARGS{'Subject'});
- if ( $t && $t->Id && RT->Config->Get('QuickCreateDisplay', $session{'CurrentUser'}) ) {
+ if ( $t && $t->Id && RT->Config->Get('DisplayAfterQuickCreate', $session{'CurrentUser'}) ) {
RT::Interface::Web::Redirect(RT->Config->Get('WebURL')."Ticket/Display.html?id=". $t->Id);
} else {
push @results, $msg;