mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Fix forum query - parent_sef now displaying correctly
This commit is contained in:
@@ -1108,7 +1108,7 @@ class e107forum
|
||||
SELECT t.*, f.*,
|
||||
fp.forum_id AS parent_id, fp.forum_name AS parent_name,
|
||||
sp.forum_id AS forum_sub, sp.forum_name AS sub_parent,
|
||||
sp.forum_sef AS parent_sef,
|
||||
fp.forum_sef AS parent_sef,
|
||||
tr.track_userid
|
||||
FROM `#forum_thread` AS t
|
||||
LEFT JOIN `#forum` AS f ON t.thread_forum_id = f.forum_id
|
||||
@@ -2674,4 +2674,4 @@ function img_path($filename)
|
||||
|
||||
|
||||
|
||||
?>
|
||||
?>
|
Reference in New Issue
Block a user