mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-01 05:44:41 +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
|
||||
$thread = Thread::create();
|
||||
$thread->groupId = $groupid;
|
||||
$thread->groupId = $group_id;
|
||||
$thread->userName = $name;
|
||||
$thread->remote = $remote_host;
|
||||
$thread->referer = $referrer;
|
||||
|
Loading…
Reference in New Issue
Block a user