diff --git a/src/ninegate-1.0/src/Cadoles/PortalBundle/Controller/PagewidgetController.php b/src/ninegate-1.0/src/Cadoles/PortalBundle/Controller/PagewidgetController.php index 9fddaebc..a3c79a01 100644 --- a/src/ninegate-1.0/src/Cadoles/PortalBundle/Controller/PagewidgetController.php +++ b/src/ninegate-1.0/src/Cadoles/PortalBundle/Controller/PagewidgetController.php @@ -1258,7 +1258,7 @@ class PagewidgetController extends Controller return $this->render($this->labelentity.':viewflux.html.twig', [ 'entity' => $entity, 'canupdate' => $canupdate, - //'fluxs' => $fluxsordered, + 'fluxs' => ["id"=>0], 'access' => $access, 'feeds' => $feeds, 'modelist' => $modelist,