Fix commentview.php, missed an instance of view_app_comments() -> Comment::view_app_comments()

This commit is contained in:
Chris Morgan
2006-07-09 01:36:17 +00:00
committed by WineHQ
parent 0a9f8cc155
commit 97c96b2448

View File

@@ -15,7 +15,7 @@ require_once(BASE."include/comment.php");
apidb_header("Comments"); apidb_header("Comments");
view_app_comments($aClean['iVersionId'], $aClean['iThreadId']); Comment::view_app_comments($aClean['iVersionId'], $aClean['iThreadId']);
apidb_footer(); apidb_footer();
?> ?>