mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 07:06:30 +02:00
Fixed: PHP Fatal error: Cannot redeclare class social_comment... when using e107::getComment()->getCommentData() method.
This commit is contained in:
@@ -1306,7 +1306,7 @@ class comment
|
||||
foreach ($files as $file=>$perms)
|
||||
{
|
||||
unset($e_comment, $key);
|
||||
include (e_PLUGIN.$file."/e_comment.php");
|
||||
include_once (e_PLUGIN.$file."/e_comment.php");
|
||||
if ($e_comment && is_array($e_comment))
|
||||
{
|
||||
$key = $e_comment['eplug_comment_ids'];
|
||||
|
Reference in New Issue
Block a user