mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
Bugtracker #4098 - wrong variable name
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_class.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_class.php,v $
|
||||||
| $Revision: 1.3 $
|
| $Revision: 1.4 $
|
||||||
| $Date: 2007-08-15 21:11:12 $
|
| $Date: 2007-09-26 19:39:06 $
|
||||||
| $Author: e107steved $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -53,7 +53,7 @@ class e107forum
|
|||||||
list($uid, $uname) = explode(".", $thread_info['thread_user'], 2);
|
list($uid, $uname) = explode(".", $thread_info['thread_user'], 2);
|
||||||
if ($thread_info)
|
if ($thread_info)
|
||||||
{
|
{
|
||||||
if($thread_user['user_name'] != "")
|
if($thread_info['user_name'] != "")
|
||||||
{
|
{
|
||||||
$thread_lastuser = $uid.".".$thread_info['user_name'];
|
$thread_lastuser = $uid.".".$thread_info['user_name'];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user