1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Private Messenger: remove debug info. Fix for "Send a Reply" button.

This commit is contained in:
Cameron
2016-04-01 18:09:27 -07:00
parent 10f0d80291
commit 89f6794c53
3 changed files with 57 additions and 74 deletions

View File

@@ -226,7 +226,8 @@ class pm_extended extends private_message
$txt .= $tp->parseTemplate($PM_INBOX_FOOTER, true, $sc);
$txt .= "</form>";
return $txt;
}