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
a67a1941
Commit
a67a1941
authored
Aug 31, 2016
by
Dominik Hebeler
Browse files
Merge branch 'Bugfix' into 'development'
Noch ein Fehler See merge request
!321
parents
bc3bfdd8
4f1e4127
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
app/Models/Searchengine.php
View file @
a67a1941
...
...
@@ -69,7 +69,6 @@ abstract class Searchengine
$q
=
$metager
->
getQ
();
}
$this
->
getString
=
$this
->
generateGetString
(
$q
,
$metager
->
getUrl
(),
$metager
->
getLanguage
(),
$metager
->
getCategory
());
die
(
$this
->
getString
);
$this
->
hash
=
md5
(
$this
->
host
.
$this
->
getString
.
$this
->
port
.
$this
->
name
);
$this
->
resultHash
=
$metager
->
getHashCode
();
}
...
...
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