X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FContribute.setting.php;h=5bceb7424e9d151d213d1b0245501fe27702c158;hb=4a030f09c2be73825be9c39321bb145b46834fd0;hp=c91cec28dbea8fe4968db9fc6c86f5021b316f12;hpb=2bbde18cfed6f40e7c1f8c2cb9eb974551bdd807;p=civicrm-core.git diff --git a/settings/Contribute.setting.php b/settings/Contribute.setting.php index c91cec28db..5bceb7424e 100644 --- a/settings/Contribute.setting.php +++ b/settings/Contribute.setting.php @@ -29,10 +29,7 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2017 - * $Id$ * - */ -/* * Settings metadata file */ @@ -125,7 +122,8 @@ return array( 'quick_form_type' => 'Element', 'default' => NULL, 'pseudoconstant' => array( - 'name' => 'contributionPage', + // @todo - handle table style pseudoconstants for settings & avoid deprecated function. + 'callback' => 'CRM_Contribute_PseudoConstant::contributionPage', ), 'html_type' => 'select', 'add' => '4.7',