We need to use the raw value of app_about

This commit is contained in:
James Brooks
2016-01-04 13:56:34 +00:00
parent 4fbb0ad83a
commit 0ef759188e
2 changed files with 3 additions and 2 deletions

View File

@@ -101,7 +101,8 @@ class SettingsController extends Controller
return View::make('dashboard.settings.app-setup')
->withPageTitle(trans('dashboard.settings.app-setup.app-setup').' - '.trans('dashboard.dashboard'))
->withSubMenu($this->subMenu);
->withSubMenu($this->subMenu)
->withRawAppAbout(Setting::get('app_about'));
}
/**