From 97c96b2448c21a13b77ee70313e3fde126f5a9bc Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sun, 9 Jul 2006 01:36:17 +0000 Subject: [PATCH] Fix commentview.php, missed an instance of view_app_comments() -> Comment::view_app_comments() --- commentview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commentview.php b/commentview.php index c870ca5..0880f59 100644 --- a/commentview.php +++ b/commentview.php @@ -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(); ?>