icecoder/ICEcoder

Use serializedFileData

Closed this issue · 1 comments

lib/settings-common.php contains the serializedFileData function which can get and set serialized data, but we're doing it manually in a lot of places. Look to replace these manual setups with use of this function.

Moved to the Settings class and making use of it now in 5a81f43 so closing as done.