diff options
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 459efc72b3..f255862430 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -4,7 +4,7 @@ <!-- IF S_PRIVMSGS and not S_SHOW_DRAFTS --> <div class="column1"> - <!-- IF not S_ALLOW_MASS_PM --> + <!-- IF S_ALLOW_MASS_PM --> <!-- IF .to_recipient --> <dl> <dt><label>{L_TO}:</label></dt> |