Skip to content

Commit

Permalink
Merge pull request #373 from arneruy/fix_type
Browse files Browse the repository at this point in the history
[MediaBundle] Fix missing type variable when accessing FolderController
  • Loading branch information
krispypen committed Apr 27, 2015
2 parents c97af23 + eb5b1ab commit 8083272
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Controller/FolderController.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ public function showAction(Request $request, $folderId)
'subform' => $subForm->createView(),
'editform' => $editForm->createView(),
'folder' => $folder,
'adminlist' => $adminList
'adminlist' => $adminList,
'type' => null,
);
}

Expand Down

0 comments on commit 8083272

Please sign in to comment.