Loading includes/entity.inc +2 −2 Original line number Diff line number Diff line Loading @@ -621,7 +621,7 @@ class EntityFieldQuery { * * @see EntityFieldQuery::execute(). */ public $orderedResults = array(); public $ordered_results = array(); /** * The method executing the query, if it is overriding the default. Loading Loading @@ -1179,7 +1179,7 @@ public function addMetaData($key, $object) { /** * Executes the query. * * After executing the query, $this->orderedResults will contain a list of * After executing the query, $this->ordered_results will contain a list of * the same stub entities in the order returned by the query. This is only * relevant if there are multiple entity types in the returned value and * a field ordering was requested. In every other case, the returned value Loading Loading
includes/entity.inc +2 −2 Original line number Diff line number Diff line Loading @@ -621,7 +621,7 @@ class EntityFieldQuery { * * @see EntityFieldQuery::execute(). */ public $orderedResults = array(); public $ordered_results = array(); /** * The method executing the query, if it is overriding the default. Loading Loading @@ -1179,7 +1179,7 @@ public function addMetaData($key, $object) { /** * Executes the query. * * After executing the query, $this->orderedResults will contain a list of * After executing the query, $this->ordered_results will contain a list of * the same stub entities in the order returned by the query. This is only * relevant if there are multiple entity types in the returned value and * a field ordering was requested. In every other case, the returned value Loading