aboutsummaryrefslogtreecommitdiff
path: root/mod/categories/pages/categories/listing.php
diff options
context:
space:
mode:
authorJerome Bakker <jeabakker@coldtrick.com>2012-10-03 14:17:27 +0200
committerJerome Bakker <jeabakker@coldtrick.com>2012-10-03 14:17:27 +0200
commit2b4ba38bf78e90cbf8c153676c95f562bb500204 (patch)
treedc9de72c6ff98f652e835eb66a8036b58b2c5ca5 /mod/categories/pages/categories/listing.php
parente33d1eba6a158699174de2747de6d6e654c03407 (diff)
downloadelgg-2b4ba38bf78e90cbf8c153676c95f562bb500204.tar.gz
elgg-2b4ba38bf78e90cbf8c153676c95f562bb500204.tar.bz2
correct singual usage of type in elgg_get_entities_* functions - found
more bad usage
Diffstat (limited to 'mod/categories/pages/categories/listing.php')
-rw-r--r--mod/categories/pages/categories/listing.php2
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,