diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php b/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php index 9534f1d..1991b90 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php @@ -1086,7 +1086,7 @@ function placeholder($base = 'views') { * @param $where * 'where' or 'having'. */ - protected function buildCondition($where = 'where') { + public function buildCondition($where = 'where') { $has_condition = FALSE; $has_arguments = FALSE; $has_filter = FALSE;