Temporary change - force GPM refresh for admin

Marked to remove prior to merging the PR
This commit is contained in:
Flavio Copes
2016-03-15 20:04:56 +01:00
parent 6b22932d43
commit 637637b350

View File

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