Skip to content
Snippets Groups Projects
Commit 1a76ca5f authored by Phil Höfer's avatar Phil Höfer
Browse files

Merge branch '570-atom-1-0-format-hinzufuegen' into 'development'

Bugfix

See merge request !1034
parents ade8b3aa 47369181
No related branches found
No related tags found
2 merge requests!1036Development,!1034Bugfix
......@@ -165,12 +165,7 @@ class MetaGer
->with('resultcount', sizeof($viewResults));
break;
case 'atom10':
return response()->view('metager3resultsatom10')
->with('results', $viewResults)
->with('eingabe', $this->eingabe)
->with('apiAuthorized', $this->apiAuthorized)
->with('metager', $this)
->with('resultcount', sizeof($viewResults))
return response()->view('metager3resultsatom10', ['results' => $viewResults,'eingabe' => $this->eingabe,'metager' => $this,'resultcount' => sizeof($viewresults)])
->header('Content-Type', 'application/xml');
break;
case 'result-count':
......
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