aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-10-23 22:18:51 +0200
committerThomas Lange <code@nerdmind.de>2017-10-23 22:18:51 +0200
commita7825775e01817d206aa6f8bce1b202acfad013f (patch)
tree1b14923db68e317d17f122f32c727980404e76eb
parent08a9f943563291ac66c9ea253bdb0edc9bcdcce1 (diff)
downloadblog-a7825775e01817d206aa6f8bce1b202acfad013f.tar.gz
blog-a7825775e01817d206aa6f8bce1b202acfad013f.tar.xz
blog-a7825775e01817d206aa6f8bce1b202acfad013f.zip
There was a tiny mistake in the previous commit which has been fixed.
-rw-r--r--core/application.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/application.php b/core/application.php
index c5a73a8..fd8d474 100644
--- a/core/application.php
+++ b/core/application.php
@@ -40,7 +40,8 @@ $configuration = [
'CORE.LANGUAGE' => 'en',
'CORE.SEND_304' => FALSE,
'BLOGMETA.NAME' => 'Example blog',
- 'BLOGMETA.HOME' => 'This is an example blog.',
+ 'BLOGMETA.DESC' => 'This is an example blog.',
+ 'BLOGMETA.HOME' => 'Home',
'BLOGMETA.MAIL' => 'mail@example.org',
'BLOGMETA.LANG' => 'en',
'DATABASE.HOSTNAME' => 'localhost',