roles
This commit is contained in:
@@ -227,6 +227,6 @@ class podmanImageManager implements podmanImageManagerInterface
|
||||
return file_put_contents( $CacheDIr . "/".$name, serialize( $Object ) );
|
||||
}
|
||||
else
|
||||
throw new \Exception("Image cache directory does not exist and could not create");
|
||||
return false; //TODO lets make cache work via like a central storage folder or something per user
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user