Fix usage of undefined $groupid variable

This commit is contained in:
Dmitriy Simushev 2014-01-21 10:42:23 +00:00
parent 2a1825303a
commit 02cda0c1f4

View File

@ -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;