Robert9
Guest
offline
I have added a new myclass to save a thread
and ...
Solved, my new thread is in thread; but was not global in my class.
Continue reading...
$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...