We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e34e2b commit 63cc4e4Copy full SHA for 63cc4e4
Helper/Config.php
@@ -22,6 +22,6 @@ class Config extends \Magento\Framework\App\Helper\AbstractHelper
22
const GUEST_COMMENT = 'mfblog/post_view/comments/guest_comments';
23
const NUMBER_OF_COMMENTS = 'mfblog/post_view/comments/number_of_comments';
24
const NUMBER_OF_REPLIES = 'mfblog/post_view/comments/number_of_replies';
25
- const COMMENT_STATUS = 'mfblog/post_view/comments/status';
+ const COMMENT_STATUS = 'mfblog/post_view/comments/default_status';
26
27
}
Model/ResourceModel/Comment.php
@@ -6,7 +6,7 @@
6
* Glory to Ukraine! Glory to the heroes!
7
*/
8
9
-namespace MageFan\Blog\Model\ResourceModel;
+namespace Magefan\Blog\Model\ResourceModel;
10
11
/**
12
* Blog comment resource model
0 commit comments