]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed a unittest I broke in #398
authorJerome Bakker <jeabakker@coldtrick.com>
Tue, 22 Oct 2013 12:35:38 +0000 (14:35 +0200)
committerJerome Bakker <jeabakker@coldtrick.com>
Tue, 22 Oct 2013 12:35:38 +0000 (14:35 +0200)
engine/tests/api/entity_getter_functions.php

index 0492b1fb09dfb2562bfd9130cdf94d4a61cf3be4..fef9dc0c534a985716081d04058cba4715dc769b 100644 (file)
@@ -426,7 +426,7 @@ class ElggCoreEntityGetterFunctionsTest extends ElggCoreUnitTest {
 
                $options = array(
                        'types' => $types,
-                       'subtype' => $subtype
+                       'subtypes' => $subtype
                );
 
                $es = elgg_get_entities($options);