From 77c85e329a489ac51e4b60a78f8e6c95657ffbaf Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 6 Oct 2010 13:45:56 +0000 Subject: - Patch #932016 by fago, klausi: fixed entity_load() defaults --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index e626bb8f1..7195e985e 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -7034,7 +7034,7 @@ function entity_create_stub_entity($entity_type, $ids) { * @return * An array of entity objects indexed by their ids. */ -function entity_load($entity_type, $ids = array(), $conditions = array(), $reset = FALSE) { +function entity_load($entity_type, $ids = FALSE, $conditions = array(), $reset = FALSE) { if ($reset) { entity_get_controller($entity_type)->resetCache(); } -- cgit v1.2.3