mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-02 11:26:04 +01:00
Temporary change - force GPM refresh for admin
Marked to remove prior to merging the PR
This commit is contained in:
@@ -364,7 +364,7 @@ class Admin
|
||||
{
|
||||
if (!$this->gpm) {
|
||||
try {
|
||||
$this->gpm = new GPM();
|
||||
$this->gpm = new GPM(true);
|
||||
} catch (\Exception $e) {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user