Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
open-source
MetaGer
Commits
aab26b2b
Commit
aab26b2b
authored
Sep 07, 2017
by
Phil Höfer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update MetaGer.php
parent
ed0ab675
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/MetaGer.php
app/MetaGer.php
+1
-1
No files found.
app/MetaGer.php
View file @
aab26b2b
...
@@ -165,7 +165,7 @@ class MetaGer
...
@@ -165,7 +165,7 @@ class MetaGer
->
with
(
'resultcount'
,
sizeof
(
$viewResults
));
->
with
(
'resultcount'
,
sizeof
(
$viewResults
));
break
;
break
;
case
'atom10'
:
case
'atom10'
:
return
response
()
->
view
(
'metager3resultsatom10'
,
[
'results'
=>
$viewResults
,
'eingabe'
=>
$this
->
eingabe
,
'metager'
=>
$this
,
'resultcount'
=>
sizeof
(
$view
r
esults
)])
return
response
()
->
view
(
'metager3resultsatom10'
,
[
'results'
=>
$viewResults
,
'eingabe'
=>
$this
->
eingabe
,
'metager'
=>
$this
,
'resultcount'
=>
sizeof
(
$view
R
esults
)])
->
header
(
'Content-Type'
,
'application/xml'
);
->
header
(
'Content-Type'
,
'application/xml'
);
break
;
break
;
case
'result-count'
:
case
'result-count'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment