File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
33 * Venustheme
4- *
4+ *
55 * NOTICE OF LICENSE
6- *
6+ *
77 * This source file is subject to the Venustheme.com license that is
88 * available through the world-wide-web at this URL:
99 * http://www.venustheme.com/license-agreement.html
10- *
10+ *
1111 * DISCLAIMER
12- *
12+ *
1313 * Do not edit or add to this file if you wish to upgrade this extension to newer
1414 * version in the future.
15- *
15+ *
1616 * @category Venustheme
1717 * @package Ves_Blog
1818 * @copyright Copyright (c) 2020 Venustheme (http://www.venustheme.com/)
@@ -50,7 +50,7 @@ public function __construct(
5050 ) {
5151 $ this ->helper = $ helper ;
5252 $ this ->importerCollectionFactory = $ importerCollectionFactory ;
53- $ this ->_importerLogFactory = $ _importerLogFactory ;
53+ $ this ->_importerLogFactory = $ importerLogFactory ;
5454 parent ::__construct ($ context );
5555 }
5656
@@ -83,7 +83,7 @@ public function execute()
8383 $ modelLog ->setData ($ data );
8484 $ modelLog ->save ();
8585 }catch (\Exception $ e ) {
86-
86+
8787 }
8888 }
8989 }
Original file line number Diff line number Diff line change 11<?php
22/**
33 * Venustheme
4- *
4+ *
55 * NOTICE OF LICENSE
6- *
6+ *
77 * This source file is subject to the Venustheme.com license that is
88 * available through the world-wide-web at this URL:
99 * http://www.venustheme.com/license-agreement.html
10- *
10+ *
1111 * DISCLAIMER
12- *
12+ *
1313 * Do not edit or add to this file if you wish to upgrade this extension to newer
1414 * version in the future.
15- *
15+ *
1616 * @category Venustheme
1717 * @package Ves_Blog
1818 * @copyright Copyright (c) 2016 Venustheme (http://www.venustheme.com/)
@@ -380,7 +380,7 @@ public function getMediaUrl($file)
380380 protected function _getConfig ($ key )
381381 {
382382 return $ this ->_scopeConfig ->getValue (
383- 'mfblog /permalink/ ' .$ key ,
383+ 'vesblog /permalink/ ' .$ key ,
384384 \Magento \Store \Model \ScopeInterface::SCOPE_STORE ,
385385 $ this ->storeId
386386 );
You can’t perform that action at this time.
0 commit comments