Merge pull request #12972 from mattwire/datepicker_relationshipform
[civicrm-core.git] / settings / Contribute.setting.php
index c91cec28dbea8fe4968db9fc6c86f5021b316f12..5bceb7424e9d151d213d1b0245501fe27702c158 100644 (file)
  *
  * @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',