summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
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();
}