We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0942470 commit c5483dfCopy full SHA for c5483df
hook.php
@@ -67,6 +67,8 @@ function plugin_formcreator_install() {
67
* @return boolean
68
*/
69
function plugin_formcreator_uninstall() {
70
+ spl_autoload_register('plugin_formcreator_autoload');
71
+
72
$migration = new Migration(PLUGIN_FORMCREATOR_SCHEMA_VERSION);
73
74
// Display EOL uninstall message
0 commit comments