diff -r 9f2bc483b7ec -r 95b78e19e586 vendor/plugins/redmine_tags/app/views/projects/_my_projects.rhtml
--- a/vendor/plugins/redmine_tags/app/views/projects/_my_projects.rhtml
+++ b/vendor/plugins/redmine_tags/app/views/projects/_my_projects.rhtml
@@ -8,7 +8,7 @@
 <%  end%>
     <% if @user_projects %>  
     <div>
-      <%= render_my_project_hierarchy(@user_projects)%>
+      <%= render_my_project_hierarchy_with_tags(@user_projects)%>
     </div>
   <% end %>
 </fieldset>
