From 592e070372a4095b038600a4755f2ad20f05537c Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 8 Jul 2013 03:17:01 -0700 Subject: [PATCH] Issue #399 - additional fix --- e107_plugins/pm/pm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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']) {