diff options
-rw-r--r-- | app/controllers/refinery/blog/admin/posts_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/refinery/blog/admin/posts_controller.rb b/app/controllers/refinery/blog/admin/posts_controller.rb index 2ed2b98..f8d0f8f 100644 --- a/app/controllers/refinery/blog/admin/posts_controller.rb +++ b/app/controllers/refinery/blog/admin/posts_controller.rb @@ -63,7 +63,7 @@ module Refinery end end else - render :text => "<script>parent.window.location = '#{refinery_blog_admin_posts_url}';</script>" + render :text => "<script>parent.window.location = '#{main_app.refinery_blog_admin_posts_url}';</script>" end else unless request.xhr? |