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
in /includes/classes/ia.core.picture.php there is unchanged property $_allowAnimatedGifs that is used as a flag for processing animated gif files
/includes/classes/ia.core.picture.php
$_allowAnimatedGifs
I think db config variable should be used instead of property.
The text was updated successfully, but these errors were encountered:
Ok, @4unkur please implement.
Sorry, something went wrong.
19bf4c7
4.1.5 (#474)
5a7be70
* Changelog corrected. * #458 * Closes #461 * Category helper: bugfix * Minor phpdoc comments. * Modules icons are always displayed in Admin Panel now. * Minor fixes. * Youtube improvements. * processValues now returns item key as well. * UTF8 encoding for XML. * Resolves #465 * Security improvements * Proper escaping. * Resolves #468 * Escaping on view page. * Notice for empty cats array. * Minor improvements for Upload attachment field type * #471 remove html element after successful file deletion * #471 * #450 * Fixes #460 * #462 * #462 * Resolves #466 * Necessary for correct version zip. * #459 * Version changed to 4.1.5 * Compatibility with Google bot. * #344 * #422 * Changelog updated * Resolves #354 * Resolves #282
includes/classes/ia.core.picture.php
No branches or pull requests
in
/includes/classes/ia.core.picture.php
there is unchanged property$_allowAnimatedGifs
that is used as a flag for processing animated gif filesI think db config variable should be used instead of property.
The text was updated successfully, but these errors were encountered: