Member categories fix
authorlaury <laury@gaslightmedia.com>
Tue, 11 Sep 2018 15:29:05 +0000 (11:29 -0400)
committerlaury <laury@gaslightmedia.com>
Tue, 11 Sep 2018 15:29:14 +0000 (11:29 -0400)
parts/manufacturers.php

index 46c715d..11583f9 100644 (file)
@@ -1,4 +1,4 @@
-<?php $cats = apply_filters('member_categories',""); ?>
+<?php $cats = apply_filters('member_categories', true); ?>
 <?php foreach($cats as $key=>$value){
     
     if($value['parent']['value'] === 0){