diff options
Diffstat (limited to 'rt/share')
-rwxr-xr-x | rt/share/html/index.html | 2 |
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; |