new threadId?

Status
This content is read-only, or is not open for further replies.

Robert9

Guest
offline
I have added a new myclass to save a thread

$creator = \XF::service('XF:Thread\Creator', $forum);
and ...
$thread = $creator->save();

Solved, my new thread is in thread; but was not global in my class.

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom