Add objectGetChildren() method to classes without child objects
This commit is contained in:
committed by
WineHQ
parent
3c6340e581
commit
faf7d9bb19
@@ -379,6 +379,11 @@ class Comment {
|
||||
echo "</ul>\n";
|
||||
}
|
||||
|
||||
function objectGetChildren()
|
||||
{
|
||||
return array();
|
||||
}
|
||||
|
||||
function display_comments_threaded($versionId, $threadId = 0)
|
||||
{
|
||||
$hResult = Comment::grab_comments($versionId, $threadId);
|
||||
|
||||
Reference in New Issue
Block a user