Move function in include/comment.php inside of the comment class. This lets us refer to
these functions like Comment:: making it clear they are static functions of the comment class
This commit is contained in:
@@ -819,7 +819,7 @@ class Version {
|
||||
}
|
||||
|
||||
// Comments Section
|
||||
view_app_comments($this->iVersionId);
|
||||
Comment::view_app_comments($this->iVersionId);
|
||||
}
|
||||
|
||||
function lookup_name($versionId)
|
||||
|
||||
Reference in New Issue
Block a user