From c12041602ffacd7b838075e7e19ad505f47806f6 Mon Sep 17 00:00:00 2001 From: kurund Date: Mon, 7 Apr 2014 16:19:50 -0700 Subject: [PATCH] notice fixes --- CRM/PCP/BAO/PCP.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/PCP/BAO/PCP.php b/CRM/PCP/BAO/PCP.php index 985c0cb184..dfd02839e1 100644 --- a/CRM/PCP/BAO/PCP.php +++ b/CRM/PCP/BAO/PCP.php @@ -885,9 +885,9 @@ WHERE pcp.id = %1"; * * @return int * @access public - * + * @static */ - public function getSupporterProfileId($component_id, $component = 'contribute') { + public static function getSupporterProfileId($component_id, $component = 'contribute') { $entity_table = self::getPcpEntityTable($component); $query = " -- 2.25.1