Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
d56c9f78
Commit
d56c9f78
authored
Jun 08, 2016
by
Dominik Hebeler
Browse files
Fehler behoben, bei dem die Bildersuche nicht dynamisch per Ajax nachgeladen werden konnte
parent
25412256
Changes
1
Show whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
d56c9f78
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
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