Skip to content

Commit c5483df

Browse files
authored
Fix (Uninstall) - Class Install not found while uninstall (#3622)
1 parent 0942470 commit c5483df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hook.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ function plugin_formcreator_install() {
6767
* @return boolean
6868
*/
6969
function plugin_formcreator_uninstall() {
70+
spl_autoload_register('plugin_formcreator_autoload');
71+
7072
$migration = new Migration(PLUGIN_FORMCREATOR_SCHEMA_VERSION);
7173

7274
// Display EOL uninstall message

0 commit comments

Comments
 (0)