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:
9d5494f
)
INFRA-132 - CRM/Admin - Misc
author
Tim Otten
<totten@civicrm.org>
Tue, 6 Jan 2015 22:56:53 +0000
(14:56 -0800)
committer
Tim Otten
<totten@civicrm.org>
Tue, 6 Jan 2015 23:07:46 +0000
(15:07 -0800)
CRM/Admin/Form/RelationshipType.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Admin/Form/RelationshipType.php
b/CRM/Admin/Form/RelationshipType.php
index ec1d851e5e43a1e26492e30b7f0cb4ca5f218418..f6a74c554126b4f2ebeb60f8f1d02ed24f5fd847 100644
(file)
--- a/
CRM/Admin/Form/RelationshipType.php
+++ b/
CRM/Admin/Form/RelationshipType.php
@@
-91,7
+91,8
@@
class CRM_Admin_Form_RelationshipType extends CRM_Admin_Form {
if ($this->_id &&
CRM_Core_DAO::getFieldValue('CRM_Contact_DAO_RelationshipType', $this->_id, 'is_reserved')
) {
- foreach (array('contactTypeA', 'contactTypeB', 'isActive') as $field) { $$field->freeze();
+ foreach (array('contactTypeA', 'contactTypeB', 'isActive') as $field) {
+ $$field->freeze();
}
}