We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should prevent to delete files like oxeec_erp_c_fieldnames_*.txt, see this related bug https://bugs.oxid-esales.com/view.php?id=6223#c12834
oxeec_erp_c_fieldnames_*.txt
The text was updated successfully, but these errors were encountered:
in CacheClearCommand->_clearDirectory() we could change in_array() with preg_filter() result could be:
if (!empty(preg_filter($aKeep,$aKeep,$sFileName))) { [...]
with arguments
$this->_clearDirectory($sTmpDir, array('/.htaccess/', '/smarty/','/oxeec_erp_c_fieldnames/'));
Sorry, something went wrong.
No branches or pull requests
We should prevent to delete files like
oxeec_erp_c_fieldnames_*.txt
, see this related bug https://bugs.oxid-esales.com/view.php?id=6223#c12834The text was updated successfully, but these errors were encountered: