Commit 240afdc6 authored by Drew Webber's avatar Drew Webber
Browse files

Issue #1292930 by disasm, bxtaylor, poker10, loganfsmyth, ACF:...

Issue #1292930 by disasm, bxtaylor, poker10, loganfsmyth, ACF: EntityFieldQuery uses incorrect ordered_results instead of orderedResults
parent 143ea01c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.
@@ -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