Skip to content

Commit d1ca5a6

Browse files
authored
1 parent b87ad45 commit d1ca5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hook/QueryHooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function viewsQueryAlter(ViewExecutable $view, QueryPluginBase $query) {
4242
// @codingStandardsIgnoreStart
4343
global $dbLocale;
4444
// @codingStandardsIgnoreEnd
45-
$columns = CRM_Core_I18n_SchemaStructure::columns();
45+
$columns = \CRM_Core_I18n_SchemaStructure::columns();
4646
$affectedColumns = [];
4747
foreach ($columns as $table => $hash) {
4848
foreach (array_keys($hash) as $column) {

0 commit comments

Comments
 (0)