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:
0495a6a
)
CRM-10225 indentation fix
author
mgbdev
<mgbdev@gmail.com>
Thu, 14 Nov 2013 12:41:10 +0000
(18:11 +0530)
committer
mgbdev
<mgbdev@gmail.com>
Thu, 14 Nov 2013 12:53:34 +0000
(18:23 +0530)
CRM/Price/Form/Field.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Price/Form/Field.php
b/CRM/Price/Form/Field.php
index 510b0de3e1e7da17da1d2be8335324694fd16273..508304b88a5223af04c5a79946b744bc82785deb 100644
(file)
--- a/
CRM/Price/Form/Field.php
+++ b/
CRM/Price/Form/Field.php
@@
-155,7
+155,7
@@
class CRM_Price_Form_Field extends CRM_Core_Form {
}
$enabledComponents = CRM_Core_Component::getEnabledComponents();
$eventComponentId = NULL;
- if (array_key_exists('CiviEvent',$enabledComponents)){
+ if (array_key_exists('CiviEvent',$enabledComponents))
{
$eventComponentId = CRM_Core_Component::getComponentID('CiviEvent');
}