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
5f20f22e
Commit
5f20f22e
authored
Jul 05, 2016
by
Dominik Hebeler
Browse files
Merge branch '50-fairmondo-de' into 'development'
Bilder von Fairmondo eingefügt Closes
#50
See merge request
!101
parents
3bf87bfd
ec32ab34
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
5f20f22e
/vendor
/node_modules
/public/storage
*.sh
Homestead.json
.env
app/Models/parserSkripte/Fairmondo.php
View file @
5f20f22e
...
...
@@ -28,7 +28,10 @@ class Fairmondo extends Searchengine
{
$descr
.
=
" | Preis: "
.
(
intval
(
$result
[
'price_cents'
])
/
100.0
)
.
" €"
;
}
if
(
isset
(
$result
[
'title_image_url'
])
)
{
$image
=
$result
[
'title_image_url'
];
}
$this
->
counter
++
;
$this
->
results
[]
=
new
\
App\Models\Result
(
...
...
@@ -38,7 +41,9 @@ class Fairmondo extends Searchengine
$anzeigeLink
,
$descr
,
$this
->
gefVon
,
$this
->
counter
$this
->
counter
,
false
,
$image
);
}
}
...
...
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