Fix commentview.php, missed an instance of view_app_comments() -> Comment::view_app_comments()
This commit is contained in:
@@ -15,7 +15,7 @@ require_once(BASE."include/comment.php");
|
||||
|
||||
apidb_header("Comments");
|
||||
|
||||
view_app_comments($aClean['iVersionId'], $aClean['iThreadId']);
|
||||
Comment::view_app_comments($aClean['iVersionId'], $aClean['iThreadId']);
|
||||
|
||||
apidb_footer();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user