Well when i try edit my profile i get this error

Does anybody know how to fix it?
I went to line 1635 and nothing looked out of place.
Here is the format that is the error it is saying
Code:
function forumProfile($memID)
{
global $context, $user_profile, $user_info, $txt, $modSettings;
loadThemeOptions($memID);
if (allowedTo(array('profile_extra_own', 'profile_extra_any')))
loadCustomFields($memID, 'forumprofile');
$context['sub_template'] = 'edit_options';
$context['page_desc'] = $txt['forumProfile_info'];
setupProfileContext(
array(
'avatar_choice', 'hr', 'personal_text', 'hr',
'bday1', 'location', 'gender', 'hr',
'icq', 'aim', 'msn', 'yim', 'instagram'
'usertitle', 'signature', 'hr',
'karma_good', 'hr',
'website_title', 'website_url',
)
);
}
The text highlighted in red is the line 1635