Skip to content

Commit 995d9eb

Browse files
committed
up
1 parent 5a1cf76 commit 995d9eb

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cron/RunImporter.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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
}

Model/Url.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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
);

0 commit comments

Comments
 (0)