Enable file upload when sending messages

This commit is contained in:
Kijin Sung 2019-11-22 18:20:52 +09:00
parent 1c07b2e0d2
commit 46f19a9f17
9 changed files with 49 additions and 11 deletions

View file

@ -108,6 +108,7 @@ $lang->replies = 'Comment';
$lang->content = 'Content';
$lang->document = 'Article';
$lang->comment = 'Comment';
$lang->member_message = 'Message';
$lang->description = 'Description';
$lang->trackback = 'Trackback';
$lang->tag = 'Tag';