summaryrefslogtreecommitdiff
path: root/FS/FS/UI
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-05-20 12:36:06 -0700
committerMark Wells <mark@freeside.biz>2013-05-20 12:36:06 -0700
commiteef99d4b1595d23b73f8800900ba984fe242b8c4 (patch)
treea4f38fa6f8b24b8e53f45a96c6a9e14ca3e446ff /FS/FS/UI
parent508756cf10352b6cf54a32fbce18ec57121214ce (diff)
allow friendly from: addresses on email notices, #22962
Diffstat (limited to 'FS/FS/UI')
-rw-r--r--FS/FS/UI/Web.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/FS/FS/UI/Web.pm b/FS/FS/UI/Web.pm
index f63854c..ccba1de 100644
--- a/FS/FS/UI/Web.pm
+++ b/FS/FS/UI/Web.pm
@@ -678,6 +678,10 @@ sub start_job {
#warn 'froze string of size '. length(nfreeze(\%param)). " for job args\n"
# if $DEBUG;
+ #
+ # XXX FS::queue::insert knows how to do this.
+ # not changing it here because that requires changing it everywhere else,
+ # too, but we should eventually fix it
my $error = $job->insert( '_JOB', encode_base64(nfreeze(\%param)) );