From b139decd38ac07915b3b47d7b27bab45bd784157 Mon Sep 17 00:00:00 2001 From: Bob den Otter Date: Wed, 26 Aug 2020 10:59:10 +0200 Subject: [PATCH 1/2] Better check for `INSTR` and `CAST` --- public/theme/skeleton/custom/setcontent_1.twig | 9 +++++---- src/Doctrine/Version.php | 15 +++++++++++++++ src/Storage/Directive/OrderDirective.php | 6 +++--- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/public/theme/skeleton/custom/setcontent_1.twig b/public/theme/skeleton/custom/setcontent_1.twig index 88c3852ab..962542b6e 100644 --- a/public/theme/skeleton/custom/setcontent_1.twig +++ b/public/theme/skeleton/custom/setcontent_1.twig @@ -106,7 +106,7 @@

Seven

{% setcontent blocks = "blocks" order "title" printquery %} - Results: {{ blocks|length > 0 ? 'yes' }} + Results: {{ blocks|length > 0 ? 'yes' }}