diff --git a/app/controllers/DashboardController.php b/app/controllers/DashboardController.php index 1f9a1875..b6972bfc 100644 --- a/app/controllers/DashboardController.php +++ b/app/controllers/DashboardController.php @@ -130,6 +130,10 @@ class DashboardController extends Controller { continue; } + if (strstr($settingName, 'style_')) { + $settingValue = str_replace('#', '', $settingValue); + } + $setting = Setting::firstOrCreate([ 'name' => $settingName, ])->update([