Skip to content

Commit

Permalink
fix bug in profile with relations
Browse files Browse the repository at this point in the history
  • Loading branch information
ximex committed Jan 31, 2017
1 parent 1bfba6c commit bda1062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adm_program/modules/profile/profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ class="admidio-icon-info" src="'.THEME_URL.'/icons/'.$profileRight['icon'].'" al
AND urt_name_male <> \'\'
AND urt_name_female <> \'\'
ORDER BY urt_name';
$statement = $gDb->queryPrepared($sql, array($userId));
$relationStatement = $gDb->queryPrepared($sql, array($userId));

$relationtype = new TableUserRelationType($gDb);
$relation = new TableUserRelation($gDb);
Expand Down

0 comments on commit bda1062

Please sign in to comment.