diff --git a/app/MetaGer.php b/app/MetaGer.php index 4ea6d383a459e21a91dc281edadd0e18f44f551c..9f8c39f13770cf9720139ce0db3e27833bd152fd 100644 --- a/app/MetaGer.php +++ b/app/MetaGer.php @@ -1748,7 +1748,7 @@ class MetaGer $foki = array_keys($sumaFile['foki']); foreach ($cookies as $key => $value) { - if (starts_with($key, [$this->getFokus() . "_setting_", $this->getFokus() . "_engine_", $this->getFokus() . "_blpage_"])) { + if (starts_with($key, [$this->getFokus() . "_setting_", $this->getFokus() . "_engine_", $this->getFokus() . "_blpage"])) { $count++; continue; }