Skip to content
Snippets Groups Projects
Unverified Commit 3b3cb170 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #14220 from pradpnayak/core/issues/923

core/issues/923, Fixed notice error when creating/editing profile
parents 5439ab12 16a2d251
No related branches found
No related tags found
No related merge requests found
......@@ -449,8 +449,8 @@ class CRM_UF_Form_Group extends CRM_Core_Form {
*/
protected function getOtherModuleString() {
$otherModules = CRM_Core_BAO_UFGroup::getUFJoinRecord($this->_id, TRUE, TRUE);
$otherModuleString = NULL;
if (!empty($otherModules)) {
$otherModuleString = NULL;
foreach ($otherModules as $key) {
$otherModuleString .= " [ x ] <label>" . $key . "</label>";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment