1
0
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:
Achim Ennenbach
2018-08-06 21:50:25 +02:00
parent 259b2321c4
commit d838a825c8
3 changed files with 98 additions and 170 deletions

View File

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