From 76cdb8547897a94978f979e9014d925ffe64c1c9 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Wed, 10 Mar 2010 14:04:26 +0000
Subject: [PATCH] - Patch #731426 by fago: fixed recursed entity loading
 doesn't work.

---
 includes/entity.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/includes/entity.inc b/includes/entity.inc
index 9f45eecdb8e7..d4d19e6a27a3 100644
--- a/includes/entity.inc
+++ b/includes/entity.inc
@@ -163,6 +163,9 @@ public function load($ids = array(), $conditions = array()) {
    * into terms, however it can also support $conditions on different tables.
    * See CommentController::buildQuery() or TaxonomyTermController::buildQuery()
    * for examples.
+   *
+   * @return SelectQuery
+   *   A SelectQuery object for loading the entity.
    */
   protected function buildQuery($ids, $conditions = array(), $revision_id = FALSE) {
     $query = db_select($this->entityInfo['base table'], 'base');
-- 
GitLab