summaryrefslogtreecommitdiff
path: root/enqueue.pl
diff options
context:
space:
mode:
Diffstat (limited to 'enqueue.pl')
-rwxr-xr-xenqueue.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/enqueue.pl b/enqueue.pl
index 7faa226..27c13ae 100755
--- a/enqueue.pl
+++ b/enqueue.pl
@@ -7,7 +7,7 @@ use local::nzbget;
use utf8;
use local::user;
-my $user = new local::user($ENV{REMOTE_USER});
+my $user = new local::user(%ENV);
my $nzbget = new local::nzbget;
die "Kein name angegeben" if not param('name');