From 3528846adcc31430720320ebe5c5169b66b09f66 Mon Sep 17 00:00:00 2001 From: RomainLvr Date: Thu, 6 Nov 2025 16:05:01 +0100 Subject: [PATCH] Fix (Uninstall) - Class Install not found while uninstall --- hook.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hook.php b/hook.php index d12b93966..c745a3bb4 100644 --- a/hook.php +++ b/hook.php @@ -67,6 +67,8 @@ function plugin_formcreator_install() { * @return boolean */ function plugin_formcreator_uninstall() { + spl_autoload_register('plugin_formcreator_autoload'); + $migration = new Migration(PLUGIN_FORMCREATOR_SCHEMA_VERSION); // Display EOL uninstall message