mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
Notice removal
This commit is contained in:
@@ -84,7 +84,8 @@ class list_forum
|
||||
$u_name = substr($thread_user, (strpos($thread_user, ".")+1));
|
||||
$thread_user = $u_id;
|
||||
|
||||
if ($thread_anon) {
|
||||
if (isset($thread_anon))
|
||||
{
|
||||
$tmp = explode(chr(1), $thread_anon);
|
||||
$thread_user = $tmp[0];
|
||||
$thread_user_ip = $tmp[1];
|
||||
|
Reference in New Issue
Block a user