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
a071639b
Commit
a071639b
authored
Feb 20, 2017
by
Dominik Hebeler
Browse files
Update Nebel.php
parent
b02dddef
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Models/parserSkripte/Nebel.php
View file @
a071639b
...
...
@@ -22,10 +22,10 @@ class Nebel extends Searchengine
continue
;
}
$title
=
$res
[
2
];
$title
=
$res
[
1
];
$link
=
$res
[
0
];
$anzeigeLink
=
$link
;
$descr
=
$res
[
1
];
$descr
=
$res
[
2
];
$this
->
counter
++
;
$this
->
results
[]
=
new
\
App\Models\Result
(
...
...
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