From 39c5735fe7d3af565ff47087d875e0a9e4004815 Mon Sep 17 00:00:00 2001 From: Ioannis Igoumenos Date: Wed, 19 Nov 2025 20:55:57 +0200 Subject: [PATCH] Add HistoricPetitionViewer cakephp load dependency --- app/vendor/cakephp-plugins.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/vendor/cakephp-plugins.php b/app/vendor/cakephp-plugins.php index c161ef702..77331766e 100644 --- a/app/vendor/cakephp-plugins.php +++ b/app/vendor/cakephp-plugins.php @@ -13,6 +13,7 @@ 'CoreServer' => $baseDir . '/plugins/CoreServer/', 'DebugKit' => $baseDir . '/vendor/cakephp/debug_kit/', 'EnvSource' => $baseDir . '/plugins/EnvSource/', + 'HistoricPetitionViewer' => $baseDir . '/plugins/HistoricPetitionViewer/', 'Migrations' => $baseDir . '/vendor/cakephp/migrations/', 'OrcidSource' => $baseDir . '/plugins/OrcidSource/', 'SshKeyAuthenticator' => $baseDir . '/plugins/SshKeyAuthenticator/',