From 0da776790b7fdb305421bfaac04149d85999fdc7 Mon Sep 17 00:00:00 2001 From: moritzkrauss Date: Fri, 19 Oct 2018 09:43:15 +0200 Subject: [PATCH] [BUGFIX] Added missing php character --- .../Configuration/PrivacyForCustomExtensions/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Configuration/PrivacyForCustomExtensions/Index.rst b/Documentation/Configuration/PrivacyForCustomExtensions/Index.rst index d5bf69f..6f4dd22 100644 --- a/Documentation/Configuration/PrivacyForCustomExtensions/Index.rst +++ b/Documentation/Configuration/PrivacyForCustomExtensions/Index.rst @@ -57,7 +57,7 @@ The following 2 files need to be changed/added to your theme extension: $tca = \GeorgRinger\Gdpr\Service\Tca::getInstance('tx_powermail_domain_model_mail'); $tca ->addRestriction('gdpr_restricted') // name of the field used for the checkbox to flag records - -add('after:disable'); // positioning of the new field + ->add('after:disable'); // positioning of the new field Required actions ^^^^^^^^^^^^^^^^