mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-21 06:47:20 -04:00
Merge pull request #1137 from Alkarex/feed_password
But when adding feeds with passwords
This commit is contained in:
@@ -114,6 +114,8 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
|
||||
Minz_Request::bad(_t('feedback.sub.feed.invalid_url', $url), $url_redirect);
|
||||
}
|
||||
|
||||
$feed->_httpAuth($http_auth);
|
||||
|
||||
try {
|
||||
$feed->load(true);
|
||||
} catch (FreshRSS_Feed_Exception $e) {
|
||||
@@ -140,7 +142,6 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
|
||||
}
|
||||
|
||||
$feed->_category($cat);
|
||||
$feed->_httpAuth($http_auth);
|
||||
|
||||
// Call the extension hook
|
||||
$name = $feed->name();
|
||||
|
||||
Reference in New Issue
Block a user