1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

Fix for news-comment moderate button. Use https for generated YouTube thumbnails.

This commit is contained in:
Cameron
2016-12-13 11:22:07 -08:00
parent a1588ed318
commit 2e3e980f13
3 changed files with 4 additions and 3 deletions

View File

@@ -1177,7 +1177,7 @@ class comment
$ret['comment'] = $text;
$ret['moderate'] = $modcomment;
$ret['comment_form'] = $comment;
$ret['caption'] = "<span id='e-comment-total'>".$this->totalComments."</span> ".LAN_COMMENTS;