mirror of
https://github.com/e107inc/e107.git
synced 2025-04-14 09:32:17 +02:00
Forum: remove thread_sef from forum-update routine.
This commit is contained in:
parent
aba237d826
commit
4da438c9e4
@ -1464,7 +1464,6 @@ class forumUpgrade
|
||||
// $thread['_FIELD_TYPES']['thread_name'] = 'escape'; //use escape to prevent
|
||||
// double entities
|
||||
|
||||
$thread['thread_sef'] = eHelper::title2sef($threadName,'dashl');
|
||||
|
||||
$result = e107::getDb() -> insert('forum_thread', $thread);
|
||||
return $result;
|
||||
|
Loading…
x
Reference in New Issue
Block a user