From d82f7ebd23053fe9a11fcb3e6616eb76f851569e Mon Sep 17 00:00:00 2001 From: Chris Skene Date: Mon, 26 Aug 2013 11:29:41 +1000 Subject: [PATCH] drupal8.entity-system.2073901-1.patch --- core/includes/entity.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/includes/entity.inc b/core/includes/entity.inc index 8071a0d..937ce3f 100644 --- a/core/includes/entity.inc +++ b/core/includes/entity.inc @@ -186,7 +186,7 @@ function entity_get_view_modes($entity_type = NULL) { * * @param string $entity_type * The entity type to load, e.g. node or user. - * @param int $id + * @param mixed $id * The id of the entity to load. * @param bool $reset * Whether to reset the internal cache for the requested entity type. -- 1.7.11.1