Revert "Temporary change - force GPM refresh for admin"

This reverts commit 637637b350.
This commit is contained in:
Flavio Copes
2016-03-26 18:06:28 +01:00
parent 22af080491
commit a9bb36eb0c

View File

@@ -364,7 +364,7 @@ class Admin
{ {
if (!$this->gpm) { if (!$this->gpm) {
try { try {
$this->gpm = new GPM(true); $this->gpm = new GPM();
} catch (\Exception $e) {} } catch (\Exception $e) {}
} }