1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 16:17:14 +02:00

Update e_comment.php

This commit is contained in:
Gábor
2017-01-31 08:21:16 +01:00
committed by GitHub
parent a8d55dc663
commit 4fa5b5ff61

View File

@@ -34,7 +34,7 @@ class social_comment
if($engine == 'social::facebook' && empty($this->facebookActive)) if($engine == 'social::facebook' && empty($this->facebookActive))
{ {
e107::getMessage()->addInfo(LAN_SOCIAL_205); e107::getMessage()->addInfo(LAN_SOCIAL_WARNING);
} }
$config = array(); $config = array();
@@ -51,7 +51,7 @@ class social_comment
if(!deftrue('SOCIAL_FACEBOOK_INIT') && ADMIN) if(!deftrue('SOCIAL_FACEBOOK_INIT') && ADMIN)
{ {
return "<div class='alert alert-important alert-danger'>".LAN_SOCIAL_206."</div>"; return "<div class='alert alert-important alert-danger'>".LAN_SOCIAL_205."</div>";
} }
e107::js('footer-inline', SOCIAL_FACEBOOK_INIT); e107::js('footer-inline', SOCIAL_FACEBOOK_INIT);