app/controllers/phcscriptcdnpro/application_controller.rb in phcscriptcdnpro-4.5.0 vs app/controllers/phcscriptcdnpro/application_controller.rb in phcscriptcdnpro-4.5.1

- old
+ new

@@ -40,10 +40,10 @@ helper Phcnotifi::Engine.helpers helper Phcaccountspro::Engine.helpers # PHCPress Widget Helpers def phcpress_recent_posts - @recent_posts = Articles::Post.all + @recent_posts = Phcpresspro::Articles::Post.all end end end