fix last commit

This commit is contained in:
thomaschen 2014-02-12 17:55:08 +08:00
parent fe48836304
commit 1cf178b02d
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class Panel::Feed::BackEnd::FeedsController < OrbitBackendController
body = {
'link' => feed.link,
'name' => feed.name,
'from_host' => env["REMOTE_HOST"],
'from_host' => env["HTTP_ORIGIN"],
'categories' => categories
}