X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FQuery%2FConditionFundamentals.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FQuery%2FConditionFundamentals.php;h=6de10bf3542fae179bf41b7e3f649d4caea20208;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=d03e2b2e8109499a10f2a08033cb1f426ac1f151;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php b/web/core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php index d03e2b2e8..6de10bf35 100644 --- a/web/core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php +++ b/web/core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php @@ -65,7 +65,7 @@ abstract class ConditionFundamentals { * {@inheritdoc} */ public function count() { - return count($this->conditions) - 1; + return count($this->conditions); } /**