Skip to content

Commit

Permalink
*7883* Fixed user interests function name
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Sep 13, 2012
1 parent ce2dfd3 commit 5c4c043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/importexport/users/UserExportDom.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function &exportUsers(&$journal, &$users, $allowedRoles = null) {
unset($signatureNode);
}
}
$interestsNode =& XMLCustomWriter::createChildWithText($doc, $userNode, 'interests', $user->getInterests(false, true), false);
$interestsNode =& XMLCustomWriter::createChildWithText($doc, $userNode, 'interests', $user->getUserInterests(false, true), false);
if ($interestsNode) {
XMLCustomWriter::setAttribute($interestsNode);
}
Expand Down

0 comments on commit 5c4c043

Please sign in to comment.