Skip to content
Snippets Groups Projects
Commit cad004cf authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

notice fix

parent e98157df
No related branches found
No related tags found
No related merge requests found
......@@ -358,7 +358,7 @@ WHERE pcp.id = %1 AND cc.contribution_status_id =1 AND cc.is_test = 0";
* @return None
* @access public
*/
function buildPCPForm($form) {
public static function buildPCPForm($form) {
$form->addElement('checkbox', 'pcp_active', ts('Enable Personal Campaign Pages?'), NULL, array('onclick' => "return showHideByValue('pcp_active',true,'pcpFields','block','radio',false);"));
$form->addElement('checkbox', 'is_approval_needed', ts('Approval required'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment