mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
fixes #3059 updated lans (removed html)
Renamed lan vars Cleanup code in e_notify.php Fixed wrong event name in forum_class.php
This commit is contained in:
@@ -930,7 +930,7 @@ class e107forum
|
||||
$this->forumUpdateLastpost('forum', $oldForumId, false);
|
||||
$this->forumUpdateLastpost('forum', $newForumId, false);
|
||||
|
||||
e107::getEvent()->trigger('user_forum_thread_moved', array(
|
||||
e107::getEvent()->trigger('user_forum_topic_moved', array(
|
||||
'old_thread' => $threadInfo,
|
||||
'new_thread' => $this->threadGet($threadId)
|
||||
));
|
||||
|
Reference in New Issue
Block a user