Alexandre Alapetite 7 years ago
parent afffbfce07
commit 38de643d09
  1. 2
      app/FreshRSS.php

@ -112,7 +112,7 @@ class FreshRSS extends Minz_FrontController {
switch (Minz_Request::controllerName()) {
case 'index':
$urlToAuthorize = array_filter(array_map(function ($a) {
if ('POST' === $a['method']) {
if (isset($a['method']) && $a['method'] === 'POST') {
return $a['url'];
}
}, FreshRSS_Context::$user_conf->sharing));

Loading…
Cancel
Save