diff --git a/layouts/v7/modules/Rss/resources/List.js b/layouts/v7/modules/Rss/resources/List.js
index c34408ffbaf2c567c9816d170c9649ef529962b0..76fb94e43445e756eb140dc9ed21c76888601aab 100644
--- a/layouts/v7/modules/Rss/resources/List.js
+++ b/layouts/v7/modules/Rss/resources/List.js
@@ -321,7 +321,8 @@ Vtiger_List_Js("Rss_List_Js",{},{
         var container = this.getListViewContainer();
         this.registerRssAddButtonClickEvent();
         this.registerRssUrlClickEvent();
-        this.registerFeedClickEvent(container);
+        //Avoiding this call as file_get_contents is not fetching data successfully.
+        //this.registerFeedClickEvent(container);
         this.registerMakeDefaultClickEvent(container);
         this.setFeedContainerHeight(container);
     }