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
4f1e4127
Commit
4f1e4127
authored
Aug 31, 2016
by
Dominik Hebeler
Browse files
Noch ein Fehler
parent
25bf0662
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Models/Searchengine.php
View file @
4f1e4127
...
...
@@ -68,8 +68,7 @@ abstract class Searchengine
}
else
{
$q
=
$metager
->
getQ
();
}
$this
->
getString
=
$this
->
generateGetString
(
$q
,
$metager
->
getUrl
(),
$metager
->
getLanguage
(),
$metager
->
getCategory
());
die
(
$this
->
getString
);
$this
->
getString
=
$this
->
generateGetString
(
$q
,
$metager
->
getUrl
(),
$metager
->
getLanguage
(),
$metager
->
getCategory
());
$this
->
hash
=
md5
(
$this
->
host
.
$this
->
getString
.
$this
->
port
.
$this
->
name
);
$this
->
resultHash
=
$metager
->
getHashCode
();
}
...
...
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