andrewhoule / silverstripe-photogallery

Simple photo gallery with albums for Silverstripe
BSD 3-Clause "New" or "Revised" License
11 stars 13 forks source link

BUGFIX: Fixed crash when deleting/archiving an album #22

Closed UndefinedOffset closed 6 years ago

UndefinedOffset commented 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.

andrewhoule commented 6 years ago

Thanks for fixing this! 🎉