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

Merge branch '392-ergebnisse-lassen-sich-nicht-mehr-im-gleichen-tab-offnen' into 'development'

Bug gefixt durch den die Einstellung um Ergebnisse im gleichen Tab zu öffnen nic…

…ht mehr funktioniert hat.

Closes #392

See merge request !622
parents b6ef3286 9cd28bfa
No related branches found
No related tags found
2 merge requests!623Development,!622Bug gefixt durch den die Einstellung um Ergebnisse im gleichen Tab zu öffnen nic…
......@@ -893,7 +893,7 @@ class MetaGer
} else {
$this->maps = false;
}
$this->newtab = $request->input('newtab', 'on');
$this->newtab = $request->input('tab', 'on');
if ($this->newtab === "on") {
$this->newtab = "_blank";
} else {
......
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