more GUID stuff.
This commit is contained in:
parent
4d5bcfd519
commit
e36bf51124
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ Returns a boolean indicating whether this post is a reply or the root post in a
|
|||
|
||||
sub isReply {
|
||||
my ($self) = @_;
|
||||
if ($self->get("parentId") > 0) {
|
||||
if ($self->get("parentId") ne "0") {
|
||||
return 1;
|
||||
} else {
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue