Skip to content
Snippets Groups Projects
Commit d56c9f78 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Fehler behoben, bei dem die Bildersuche nicht dynamisch per Ajax nachgeladen werden konnte

parent 25412256
Branches
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -91,7 +91,13 @@ class MetaGer
switch ($this->out)
{
case 'results':
return '';
return view('metager3bilderresults')
->with('results', $viewResults)
->with('eingabe', $this->eingabe)
->with('mobile', $this->mobile)
->with('warnings', $this->warnings)
->with('errors', $this->errors)
->with('metager', $this);
default:
return view('metager3bilder')
->with('results', $viewResults)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment