Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / search / src / ViewsSearchQuery.php
index ca4b16c71e28e91cc81ce26c563e0b91eb82eb18..ca804a889bd15171206abd70e06b304b2b2bf4f1 100644 (file)
@@ -74,8 +74,8 @@ class ViewsSearchQuery extends SearchQuery {
       $conditions =& $condition['field']->conditions();
       foreach ($conditions as $key => &$subcondition) {
         if (is_numeric($key)) {
-          // As conditions can have subconditions, for example db_or(), the
-          // function has to be called recursively.
+          // As conditions can be nested, the function has to be called
+          // recursively.
           $this->conditionReplaceString($search, $replace, $subcondition);
         }
       }