correction widget rss (ref #23)
This commit is contained in:
parent
99683acc16
commit
103c2e826c
|
@ -1258,7 +1258,7 @@ class PagewidgetController extends Controller
|
||||||
return $this->render($this->labelentity.':viewflux.html.twig', [
|
return $this->render($this->labelentity.':viewflux.html.twig', [
|
||||||
'entity' => $entity,
|
'entity' => $entity,
|
||||||
'canupdate' => $canupdate,
|
'canupdate' => $canupdate,
|
||||||
//'fluxs' => $fluxsordered,
|
'fluxs' => ["id"=>0],
|
||||||
'access' => $access,
|
'access' => $access,
|
||||||
'feeds' => $feeds,
|
'feeds' => $feeds,
|
||||||
'modelist' => $modelist,
|
'modelist' => $modelist,
|
||||||
|
|
Loading…
Reference in New Issue