AIRAVATA-2408 Fixing method name
diff --git a/app/libraries/UserProfileUtilities.php b/app/libraries/UserProfileUtilities.php
index 8d9c99d..31a586c 100644
--- a/app/libraries/UserProfileUtilities.php
+++ b/app/libraries/UserProfileUtilities.php
@@ -8,7 +8,7 @@
 
     public static function does_user_profile_exist($userId) {
         $gatewayId = Session::get('gateway_id');
-        return UserProfileService::doesUserProfileExist(Session::get('authz-token'), $userId, $gatewayId);
+        return UserProfileService::doesUserExist(Session::get('authz-token'), $userId, $gatewayId);
     }
 
     public static function create_basic_user_profile($username, $userEmail) {