diff --git a/CRM/Activity/BAO/Query.php b/CRM/Activity/BAO/Query.php index 78dccb7b892b..52cea737ad00 100644 --- a/CRM/Activity/BAO/Query.php +++ b/CRM/Activity/BAO/Query.php @@ -192,9 +192,9 @@ public static function whereClauseSingle(&$values, &$query) { case 'activity_engagement_level': case 'activity_id': case 'activity_campaign_id': - // We no longer expect "subject" as a specific criteria (as of CRM-19447), - // but I'm leaving this case just to reduce the chance of introducing a - // regression. + // We no longer expect "subject" as a specific criteria (as of CRM-19447), + // but I'm leaving this case just to reduce the chance of introducing a + // regression. case 'activity_subject': $qillName = $name;