From 524fa66b4c3d81d08bd9ad2b00e7f74b8b1c3d28 Mon Sep 17 00:00:00 2001 From: grimlink Date: Mon, 24 Jan 2022 12:37:03 +0100 Subject: [PATCH] IMP: comment --- Observer/LayoutLoadBefore.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Observer/LayoutLoadBefore.php b/Observer/LayoutLoadBefore.php index fbd6d8b..a85e466 100644 --- a/Observer/LayoutLoadBefore.php +++ b/Observer/LayoutLoadBefore.php @@ -14,8 +14,7 @@ class LayoutLoadBefore implements ObserverInterface { - // TODO: check where contact_index_index is used for - // And make sure this is needed in either array + // TODO: check if contact_index_index is used with CMS pages, if so, add the following code const DISALLOWED_PAGES = [ 'cms_page_view', 'cms_index_index',