diff --git a/www/profiles/colibreo/modules/contrib/entityreference/plugins/selection/EntityReference_SelectionHandler_Views.class.php b/www/profiles/colibreo/modules/contrib/entityreference/plugins/selection/EntityReference_SelectionHandler_Views.class.php index 6ccd715..e3f87f0 100644 --- a/www/profiles/colibreo/modules/contrib/entityreference/plugins/selection/EntityReference_SelectionHandler_Views.class.php +++ b/www/profiles/colibreo/modules/contrib/entityreference/plugins/selection/EntityReference_SelectionHandler_Views.class.php @@ -8,7 +8,7 @@ class EntityReference_SelectionHandler_Views implements EntityReference_Selectio /** * Implements EntityReferenceHandler::getInstance(). */ - public static function getInstance($field, $instance) { + public static function getInstance($field, $instance = NULL, $entity_type = NULL, $entity = NULL) { return new EntityReference_SelectionHandler_Views($field, $instance); }