diff options
author | Jerome Bakker <jeabakker@coldtrick.com> | 2012-10-03 14:11:41 +0200 |
---|---|---|
committer | Jerome Bakker <jeabakker@coldtrick.com> | 2012-10-03 14:11:41 +0200 |
commit | e33d1eba6a158699174de2747de6d6e654c03407 (patch) | |
tree | e2b7129e3140238b13922552247eaa57f3639e89 /mod/categories | |
parent | 949a3f0c2ea1804577ff69d92f811ced71a79976 (diff) | |
download | elgg-e33d1eba6a158699174de2747de6d6e654c03407.tar.gz elgg-e33d1eba6a158699174de2747de6d6e654c03407.tar.bz2 |
correct singual usage of subtype in elgg_get_entities_* functions
Diffstat (limited to 'mod/categories')
-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 8924506e9..4e677d5c4 100644 --- a/mod/categories/pages/categories/listing.php +++ b/mod/categories/pages/categories/listing.php @@ -16,7 +16,7 @@ $params = array( 'metadata_name' => 'universal_categories', 'metadata_value' => $category, 'types' => $type, - 'subtypes' => $subtype, + 'subtype' => $subtype, 'owner_guid' => $owner_guid, 'limit' => $limit, 'full_view' => FALSE, |