mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-02 19:36:08 +01:00
Also return the path with the new extension appended
This commit is contained in:
@@ -156,7 +156,7 @@ class Gpm
|
|||||||
|
|
||||||
file_put_contents($cache_dir . DS . $filename . '.zip', $contents);
|
file_put_contents($cache_dir . DS . $filename . '.zip', $contents);
|
||||||
|
|
||||||
return $cache_dir . DS . $filename;
|
return $cache_dir . DS . $filename . '.zip';
|
||||||
}
|
}
|
||||||
|
|
||||||
private static function _downloadSelfupgrade($package, $tmp)
|
private static function _downloadSelfupgrade($package, $tmp)
|
||||||
|
|||||||
Reference in New Issue
Block a user