소스 검색

fix twig data for my favorites shuffle

Bastien Sevajol 9 년 전
부모
커밋
b08e787e16
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Muzich/FavoriteBundle/Controller/FavoriteController.php

+ 1 - 0
src/Muzich/FavoriteBundle/Controller/FavoriteController.php 파일 보기

@@ -188,6 +188,7 @@ class FavoriteController extends Controller
188 188
       'tags'          => $tags,
189 189
       'tags_id_json'  => json_encode($tags_id),
190 190
       'user'          => $this->getUser(),
191
+      'viewed_user'   => $this->getUser(),
191 192
       'elements'      => $search_object->getElements($this->getDoctrine(), $this->getUserId())
192 193
     ));
193 194
   }