feature: plugin require more options with comma

This commit is contained in:
slawkens
2023-02-07 10:43:08 +01:00
parent 577f9b7373
commit d0c479d11d
2 changed files with 43 additions and 11 deletions

View File

@@ -1170,7 +1170,7 @@ function clearCache()
if (file_exists($routeCacheFile)) {
unlink($routeCacheFile);
}
return true;
}