1
0
mirror of https://github.com/flarum/core.git synced 2025-08-20 07:11:31 +02:00

fixed flarum/core#489 missing meta description from admin area

This commit is contained in:
Daniel Klabbers
2015-09-16 21:43:53 +02:00
parent 8b06a6c282
commit 84e670082b
2 changed files with 2 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ class ForumSerializer extends Serializer
{
$attributes = [
'title' => Core::config('forum_title'),
'description' => Core::config('forum_description'),
'baseUrl' => Core::url(),
'basePath' => parse_url(Core::url(), PHP_URL_PATH) ?: '',
'debug' => Core::inDebugMode(),