mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
#Issue #4473 - some merged code.
This commit is contained in:
@@ -1648,6 +1648,7 @@ class comment
|
||||
public function loadNested($id, $type, $sort)
|
||||
{
|
||||
$tp = e107::getParser();
|
||||
$this->nestedComments = array();
|
||||
|
||||
$query = "SELECT c.*, u.*, ue.*, r.* FROM #comments AS c
|
||||
LEFT JOIN #user AS u ON c.comment_author_id = u.user_id
|
||||
|
Reference in New Issue
Block a user