inc/rest/RegisterRoutes.php @@ -301,7 +301,7 @@ } //get the user's profile id $profileID = get_user_meta($userID, BASE.'link', true); $profileID = get_user_meta($userID, BASE.'profile_link', true); if (!$profileID) { return false; }