summaryrefslogtreecommitdiff
path: root/FS/FS/UI
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-05-20 12:27:25 -0700
committerMark Wells <mark@freeside.biz>2013-05-20 12:27:25 -0700
commit9bc26d39cb527466f3bd5594c14bdcd548bc99cd (patch)
treeb20dda0d36011efddbe96b3695cdb318bc537977 /FS/FS/UI
parentcfcc6dd44b65698bea942ca0cf2e010141267303 (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 c8ad430b2..bcea7763f 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)) );