From d39bf7bc861a6b2d62245301949df230edd0e1ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Mon, 30 Sep 2024 19:15:38 +0200 Subject: [PATCH] Refactor --- core/core.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core.php b/core/core.php index 00136571..b4580587 100644 --- a/core/core.php +++ b/core/core.php @@ -469,7 +469,6 @@ class common self::$dialog = array_merge(self::$dialog, $d); } } - // Cache $GLOBALS['common_construct']['dialog'] = self::$dialog;