11
edit the /modules/profile/social.php
(last line on file)
add xoops_load("XoopsLocal");
also from
$xoopsTpl->assign('lang_addfriends',$addfriends);
$xoopsTpl->assign('eprofile_version','eProfile '.XoopsLocal::number_format(($xoopsModule->getVar('version') / 100)));
?>
to
xoops_load("XoopsLocal");
$xoopsTpl->assign('lang_addfriends',$addfriends);
$xoopsTpl->assign('eprofile_version','eProfile '.XoopsLocal::number_format(($xoopsModule->getVar('version') / 100)));
?>