Merge user feeds & followers #118

Merged
aheathershaw merged 16 commits from feature/111-user-activity-feeds into master 2018-11-19 19:08:50 +00:00
Showing only changes of commit 3982f47243 - Show all commits

View File

@ -188,7 +188,7 @@ class ConfigHelper
$config->value = ''; $config->value = '';
$config->save(); $config->save();
$this->cache = $this->getAll(); $this->loadCache();
} }
return $config; return $config;