Fix for email history

This commit is contained in:
Hillel Coren 2018-03-29 09:08:14 +03:00
parent f81df8f791
commit e537f0fc33

View File

@ -84,5 +84,7 @@ class LoadPostmarkHistory extends Job
$str .= '<p/>'; $str .= '<p/>';
} }
return $str;
} }
} }