mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 22:27:34 +02:00
Issue #2016 Fix: Forum Topic/Thread Move link was failing when SEF Urls not in use.
This commit is contained in:
@@ -52,10 +52,12 @@ class forum_url // plugin-folder + '_url'
|
||||
// only create url - parsed above.
|
||||
$config['move'] = array(
|
||||
'sef' => 'forum/post/?f=move&id={thread_id}',
|
||||
'legacy' => '{e_PLUGIN}forum/forum_post.php?f=move&id={thread_id}'
|
||||
);
|
||||
|
||||
$config['split'] = array(
|
||||
'sef' => 'forum/post/?f=split&id={thread_id}&post={post_id}',
|
||||
'legacy' => '{e_PLUGIN}forum/forum_post.php?f=split&id={thread_id}&post={post_id}'
|
||||
);
|
||||
|
||||
$config['topic'] = array(
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user