mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
411f168f00
Two fixes. 1. parse the group code by using Convert::raw2url() as it creates duplicate records if the group code is given in upper case letters, spaces etc. 2. assigning to the $_cache_groupByCode has to be really done in the if condition rather than out of it.