diff --git a/e107_plugins/newforumposts_main/newforumposts_main.php b/e107_plugins/newforumposts_main/newforumposts_main.php index e1b753fe6..ec553e765 100644 --- a/e107_plugins/newforumposts_main/newforumposts_main.php +++ b/e107_plugins/newforumposts_main/newforumposts_main.php @@ -111,7 +111,7 @@ foreach ($forumArray as $forumInfo) if($lp_name) { //$LASTPOST = "$lp_name"; - $uparams = array('id' => $tmp[0], 'name' => $lp_name]); + $uparams = array('id' => $tmp[0], 'name' => $lp_name); $link = e107::getUrl()->create('user/profile/view', $uparams); $LASTPOST = "".$lp_name.""; } @@ -200,7 +200,7 @@ foreach ($forumArray as $forumInfo) if($user_name) { //$POSTER = "$user_name"; - $uparams = array('id' => $tmp[0], 'name' => $user_name]); + $uparams = array('id' => $tmp[0], 'name' => $user_name); $link = e107::getUrl()->create('user/profile/view', $uparams); $POSTER = "".$user_name.""; }