summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/Maketext.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Maketext.pm b/FS/FS/Maketext.pm
index ccfc1204b..c90e57303 100644
--- a/FS/FS/Maketext.pm
+++ b/FS/FS/Maketext.pm
@@ -11,6 +11,7 @@ our @EXPORT_OK = qw( mt emt js_mt );
our $lh;
sub mt {
+ return '' if $_[0] eq '';
$lh ||= lh();
$lh->maketext(@_);
}