Skip to content

Commit

Permalink
Merge pull request WWBN#2786 from akhilleusuggo/patch-1
Browse files Browse the repository at this point in the history
Update videoComments.php
  • Loading branch information
DanielnetoDotCom committed Mar 30, 2020
2 parents 95360ff + 9e3242c commit b61c1f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/videoComments.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
?>><span class="glyphicon glyphicon-comment"></span> <?php echo __("Comment"); ?></span>
<?php } else if(User::isLogged()){ ?>
<a class="input-group-addon btn btn-success" href="<?php echo $global['webSiteRootURL']; ?>user"><span class="glyphicon glyphicon-log-in"></span> <?php echo __("You cannot comment on videos"); ?></a>
<a class="input-group-addon btn btn-success" href="<?php echo $global['webSiteRootURL']; ?>user"><span class="glyphicon glyphicon-log-in"></span> <?php echo __("Verify your email to be able to comment"); ?></a>
<?php } else { ?>
<a class="input-group-addon btn btn-success" href="<?php echo $global['webSiteRootURL']; ?>user"><span class="glyphicon glyphicon-log-in"></span> <?php echo __("You must login to be able to comment on videos"); ?></a>
<?php } ?>
Expand Down Expand Up @@ -375,4 +375,4 @@ function addCommentCount(comments_id, total) {
echo "<!--googleon: all-->";
}
}
?>
?>

0 comments on commit b61c1f3

Please sign in to comment.