From e2e183c7d10dfc4ea26beb65db11bbd2cfccac6f Mon Sep 17 00:00:00 2001 From: Zairig Imad Date: Wed, 24 Jun 2020 23:48:44 +0200 Subject: [PATCH] Update ssi.rst --- http_cache/ssi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_cache/ssi.rst b/http_cache/ssi.rst index 44ebda2990c..7397c7b0a5e 100644 --- a/http_cache/ssi.rst +++ b/http_cache/ssi.rst @@ -114,7 +114,7 @@ The profile index page has not public caching, but the GDPR block has {# templates/profile/index.html.twig #} {# you can use a controller reference #} - {{ render_ssi(controller('App\Controller\ProfileController::gdpr')) }} + {{ render_ssi(controller('App\\Controller\\ProfileController::gdpr')) }} {# ... or a URL #} {{ render_ssi(url('profile_gdpr')) }}