File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Model/ResourceModel/Category Expand file tree Collapse file tree 1 file changed +6
-6
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) 2016 Venustheme (http://www.venustheme.com/)
@@ -85,7 +85,7 @@ protected function _renderFiltersBefore()
8585 {
8686 $ this ->joinStoreRelationTable ('ves_blog_category_store ' , 'category_id ' );
8787 }
88-
88+
8989 public function addActiveFilter (){
9090 return $ this
9191 ->addFieldToFilter ('is_active ' , 1 );
You can’t perform that action at this time.
0 commit comments