mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-09-21 10:36:56 -04:00
API add feed bug with PSHB
This commit is contained in:
1 parent
71b98a0ffc
commit
85c8fba94f
1 file changed
+1
-1
+1
-1
@@ -460,7 +460,7 @@ class FreshRSS_Feed extends Minz_Model {
|
||||
CURLOPT_URL => $this->hubUrl,
|
||||
CURLOPT_FOLLOWLOCATION => true,
|
||||
CURLOPT_RETURNTRANSFER => true,
|
||||
CURLOPT_USERAGENT => _t('gen.freshrss') . '/' . FRESHRSS_VERSION . ' (' . PHP_OS . '; ' . FRESHRSS_WEBSITE . ')',
|
||||
CURLOPT_USERAGENT => 'FreshRSS/' . FRESHRSS_VERSION . ' (' . PHP_OS . '; ' . FRESHRSS_WEBSITE . ')',
|
||||
CURLOPT_POSTFIELDS => 'hub.verify=sync'
|
||||
. '&hub.mode=' . ($state ? 'subscribe' : 'unsubscribe')
|
||||
. '&hub.topic=' . urlencode($this->selfUrl)
|
||||
|
||||
Reference in new issue
Block a user