diff options
Diffstat (limited to 'mod')
| -rw-r--r-- | mod/categories/pages/categories/listing.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/mod/categories/pages/categories/listing.php b/mod/categories/pages/categories/listing.php index 4e677d5c4..d51e6c19e 100644 --- a/mod/categories/pages/categories/listing.php +++ b/mod/categories/pages/categories/listing.php @@ -15,7 +15,7 @@ $type = get_input("type", 'object');  $params = array(  	'metadata_name' => 'universal_categories',  	'metadata_value' => $category, -	'types' => $type, +	'type' => $type,  	'subtype' => $subtype,  	'owner_guid' => $owner_guid,  	'limit' => $limit, | 
