Skip to content
Snippets Groups Projects
Commit 32133fef authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Bug behoben bei dem Anfragen an die Suchmaschinen geschickt wurden, obwohl es...

Bug behoben bei dem Anfragen an die Suchmaschinen geschickt wurden, obwohl es keine Suchwort eingabe gab
parent e4eea8df
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -282,7 +282,9 @@ class MetaGer ...@@ -282,7 +282,9 @@ class MetaGer
public function createSearchEngines (Request $request) public function createSearchEngines (Request $request)
{ {
#die(SocketRocket::get("tls", "dominik-pfennig.de", "", 443));
if( !$request->has("eingabe") )
return;
# Überprüfe, welche Sumas eingeschaltet sind # Überprüfe, welche Sumas eingeschaltet sind
$xml = simplexml_load_file($this->sumaFile); $xml = simplexml_load_file($this->sumaFile);
...@@ -341,7 +343,7 @@ class MetaGer ...@@ -341,7 +343,7 @@ class MetaGer
} }
} }
} }
#die("test");
if( $countSumas <= 0 ) if( $countSumas <= 0 )
{ {
$this->errors[] = "Achtung: Sie haben in ihren Einstellungen keine Suchmaschine ausgewählt."; $this->errors[] = "Achtung: Sie haben in ihren Einstellungen keine Suchmaschine ausgewählt.";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment