Closed UndefinedOffset closed 6 years ago
Deleting a photo album can cause 2 crashes, first for an undefined method call, and second because the use statement was not present for SilverStripe\Assets\Folder, this pull request addresses both issues.
SilverStripe\Assets\Folder
Thanks for fixing this! 🎉
Deleting a photo album can cause 2 crashes, first for an undefined method call, and second because the use statement was not present for
SilverStripe\Assets\Folder
, this pull request addresses both issues.