diff --git a/e107_plugins/pm/pm.php b/e107_plugins/pm/pm.php index 4b7cb0051..6f5828304 100755 --- a/e107_plugins/pm/pm.php +++ b/e107_plugins/pm/pm.php @@ -133,7 +133,7 @@ class pm_extended extends private_message $text = "
". - e107::getParser()->parseTemplate($PM_SEND_PM, TRUE). + e107::getParser()->parseTemplate($PM_SEND_PM, TRUE, $sc). '
'; return $text; } @@ -162,7 +162,7 @@ class pm_extended extends private_message $sc->pmNextPrev = array('start' => $start, 'total' => $pmlist['total_messages']); $txt = "
"; - $txt .= $tp->parseTemplate($PM_INBOX_HEADER, true); + $txt .= $tp->parseTemplate($PM_INBOX_HEADER, true, $sc); if($pmlist['total_messages']) {