mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-08 08:44:40 +03:00
Fix usage of undefined $groupid variable
This commit is contained in:
parent
2a1825303a
commit
02cda0c1f4
@ -599,7 +599,7 @@ class ThreadProcessor extends ClientSideProcessor {
|
|||||||
|
|
||||||
// Create thread
|
// Create thread
|
||||||
$thread = Thread::create();
|
$thread = Thread::create();
|
||||||
$thread->groupId = $groupid;
|
$thread->groupId = $group_id;
|
||||||
$thread->userName = $name;
|
$thread->userName = $name;
|
||||||
$thread->remote = $remote_host;
|
$thread->remote = $remote_host;
|
||||||
$thread->referer = $referrer;
|
$thread->referer = $referrer;
|
||||||
|
Loading…
Reference in New Issue
Block a user