SAAS-1244 - improve pending podcast episode sweeping; small bugfixes
This commit is contained in:
parent
21846be7ed
commit
17a03e088f
5 changed files with 14 additions and 8 deletions
|
@ -9,7 +9,7 @@ class FeedsController extends Zend_Controller_Action
|
|||
|
||||
if ((Application_Model_Preference::getStationPodcastPrivacy()
|
||||
&& $this->getRequest()->getParam("sharing_token") != Application_Model_Preference::getStationPodcastDownloadKey())
|
||||
&& !RestAuth::verifyAuth(true, true, $this)) {
|
||||
&& !RestAuth::verifyAuth(true, false, $this)) {
|
||||
$this->getResponse()
|
||||
->setHttpResponseCode(401);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue