Missing semicolon

tags/smeserver-expire-accounts-0.1.7-1
Daniel Berteaud 8 years ago
parent d0e102d0f7
commit 13ec63f061
  1. 2
      root/etc/e-smith/templates-user/lock-auto-reply/message.txt/10Message

@ -14,6 +14,6 @@ my $msg = MIME::Lite->new(
$msg->attr("content-type" => "text/plain");
$msg->attr("content-type.charset" => "utf-8");
$OUT = $msg->as_string
$OUT = $msg->as_string;
}

Loading…
Cancel
Save