silverstripe-framework/filesystem
Sean Harvey 68826357cc BUG Fixing non-object on file upload
Upload::load() assumes that a parent Folder always exists for a file
upload, but that's not always the case, and a non-object error is
given if no parent folder.

Check the folder exists first before getting the ID.
2012-11-08 21:28:05 +13:00
..
File.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
FileFinder.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
FileNameFilter.php BUG FileNameFilter should remove any amount of underscores from start of filename 2012-10-29 17:07:58 +13:00
Filesystem.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Folder.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GD.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Upload.php BUG Fixing non-object on file upload 2012-11-08 21:28:05 +13:00