mirror of
https://github.com/slawkens/myaac.git
synced 2026-02-26 15:13:31 +01:00
Ensure some cache folders & index.html exists
This commit is contained in:
@@ -513,6 +513,9 @@ class Plugins {
|
||||
return false;
|
||||
}
|
||||
|
||||
ensureFolderExists($cachePlugins = CACHE . 'plugins');
|
||||
ensureIndexExists($cachePlugins);
|
||||
|
||||
self::$error = 'There was a problem with extracting zip archive.';
|
||||
$file_name = $plugin_temp_dir . $json_file;
|
||||
if(!file_exists($file_name)) {
|
||||
|
||||
Reference in New Issue
Block a user