Skip to content
Snippets Groups Projects
Commit 40a35832 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[TASK] Remove id from the assignment, because it is present in settings already

parent f61c56bb
No related branches found
No related tags found
No related merge requests found
......@@ -58,8 +58,7 @@ class YoutubeController extends ActionController {
$this->view->assignMultiple([
'feed' => $jsonArray['items'],
'response' => $jsonArray,
'id' => $id
'response' => $jsonArray
]);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment