X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FSelectValues.php;h=87b08e890f2393507f1948b21660f8caea1ae465;hb=d7e0c6a6d10fbd3548bfebb9926a3bf79c91296b;hp=3c0eff439f0444ed1e7431cdb8ec33c56977a987;hpb=1d9a471dfd15fcbae1efa35c044c84abbd12f623;p=civicrm-core.git diff --git a/CRM/Core/SelectValues.php b/CRM/Core/SelectValues.php index 3c0eff439f..87b08e890f 100644 --- a/CRM/Core/SelectValues.php +++ b/CRM/Core/SelectValues.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2018 | + | Copyright CiviCRM LLC (c) 2004-2019 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -31,7 +31,7 @@ * smart caching scheme on a per domain basis * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2018 + * @copyright CiviCRM LLC (c) 2004-2019 * $Id$ * */ @@ -1151,7 +1151,7 @@ class CRM_Core_SelectValues { 'custom_group_id.is_active' => 1, 'is_active' => 1, 'is_searchable' => 1, - 'options' => ['sort' => ['custom_group_id.weight', 'weight']], + 'options' => ['sort' => ['custom_group_id.weight', 'weight'], 'limit' => 0], ]); foreach ($custom['values'] as $field) { $options['custom_' . $field['name']] = $field['custom_group_id.title'] . ': ' . $field['label'];