diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-24 22:09:57 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-24 22:09:57 +0200 |
commit | 50243f0e3482fb7c10a05d79ae58b050f6e74254 (patch) | |
tree | 68ba6227c8ef86d6fac85ce9f9e84e6b692417df /app | |
parent | 8c55a9e6c9a563c3a4b3b3d35581e1c67a8a8c04 (diff) | |
download | wallabag-50243f0e3482fb7c10a05d79ae58b050f6e74254.tar.gz wallabag-50243f0e3482fb7c10a05d79ae58b050f6e74254.tar.zst wallabag-50243f0e3482fb7c10a05d79ae58b050f6e74254.zip |
fix #1357, truncate domain name if it's too loooong
Diffstat (limited to 'app')
-rw-r--r-- | app/config/services.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/config/services.yml b/app/config/services.yml index b3ec7c51..a7fa9bfe 100644 --- a/app/config/services.yml +++ b/app/config/services.yml | |||
@@ -12,3 +12,8 @@ services: | |||
12 | class: Doctrine\Common\Cache\FilesystemCache | 12 | class: Doctrine\Common\Cache\FilesystemCache |
13 | arguments: | 13 | arguments: |
14 | - %kernel.cache_dir%/doctrine/metadata | 14 | - %kernel.cache_dir%/doctrine/metadata |
15 | |||
16 | twig.extension.text: | ||
17 | class: Twig_Extensions_Extension_Text | ||
18 | tags: | ||
19 | - { name: twig.extension } | ||