summaryrefslogtreecommitdiff
path: root/rt/share/html/index.html
diff options
context:
space:
mode:
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 702c75bed..4103dbdca 100755
--- a/rt/share/html/index.html
+++ b/rt/share/html/index.html
@@ -106,7 +106,7 @@ if ( $ARGS{'QuickCreate'} ) {
my ($t, $msg) = CreateTicket(
Queue => $ARGS{'Queue'},
Owner => $ARGS{'Owner'},
- Status => $ARGS{'Status'}||'new',
+ Status => $ARGS{'Status'},
# yes! it's Requestors, not Requestor
Requestors => $ARGS{'Requestors'},
From => $session{'CurrentUser'}->EmailAddress,