diff --git a/classes/admin.php b/classes/admin.php index 99f43955..8392b479 100644 --- a/classes/admin.php +++ b/classes/admin.php @@ -364,7 +364,7 @@ class Admin { if (!$this->gpm) { try { - $this->gpm = new GPM(true); + $this->gpm = new GPM(); } catch (\Exception $e) {} }