projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79ecd16
)
notice fixes
author
kurund
<kurund@civicrm.org>
Mon, 5 Aug 2013 22:21:32 +0000
(
03:51
+0530)
committer
kurund
<kurund@civicrm.org>
Mon, 5 Aug 2013 22:21:32 +0000
(
03:51
+0530)
CRM/Contribute/BAO/ContributionPage.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contribute/BAO/ContributionPage.php
b/CRM/Contribute/BAO/ContributionPage.php
index d0b402970488487e18c0ce82638273f9744fb625..9c6a442a5b8e7374e0f2fe8640bcc2f46329dfb0 100644
(file)
--- a/
CRM/Contribute/BAO/ContributionPage.php
+++ b/
CRM/Contribute/BAO/ContributionPage.php
@@
-530,7
+530,7
@@
class CRM_Contribute_BAO_ContributionPage extends CRM_Contribute_DAO_Contributio
* @access public
* @static
*/
- function buildCustomDisplay($gid, $name, $cid, &$template, &$params, $fieldTypes = NULL) {
+
public static
function buildCustomDisplay($gid, $name, $cid, &$template, &$params, $fieldTypes = NULL) {
if ($gid) {
if (CRM_Core_BAO_UFGroup::filterUFGroups($gid, $cid)) {
$values = array();