You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After saving an image (Asset editor / HUD) I get a TypeError.
[error][TypeError] TypeError: Argument 1 passed to craft\helpers\Assets::getFileKindByExtension() must be of the type string, null given, called in /Users/os/Projects/Craft/demo/vendor/craftcms/cms/src/elements/Asset.php on line 1215 and defined in /Users/os/Projects/Craft/demo/vendor/craftcms/cms/src/helpers/Assets.php
Description
After saving an image (Asset editor / HUD) I get a
TypeError
.cms/src/elements/Asset.php
Lines 1214 to 1217 in 5b93c5e
Changing the order of the conditions should fix it.
Additional info
The text was updated successfully, but these errors were encountered: