Skip to content

Commit 63cc4e4

Browse files
committed
Fixes for built in comments
1 parent 5e34e2b commit 63cc4e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Helper/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ class Config extends \Magento\Framework\App\Helper\AbstractHelper
2222
const GUEST_COMMENT = 'mfblog/post_view/comments/guest_comments';
2323
const NUMBER_OF_COMMENTS = 'mfblog/post_view/comments/number_of_comments';
2424
const NUMBER_OF_REPLIES = 'mfblog/post_view/comments/number_of_replies';
25-
const COMMENT_STATUS = 'mfblog/post_view/comments/status';
25+
const COMMENT_STATUS = 'mfblog/post_view/comments/default_status';
2626

2727
}

Model/ResourceModel/Comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Glory to Ukraine! Glory to the heroes!
77
*/
88

9-
namespace MageFan\Blog\Model\ResourceModel;
9+
namespace Magefan\Blog\Model\ResourceModel;
1010

1111
/**
1212
* Blog comment resource model

0 commit comments

Comments
 (0)