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 8b23cf3 commit f60e195Copy full SHA for f60e195
update.php
@@ -1,9 +1,6 @@
1
<?php
2
3
-rex_dir::delete(rex_path::plugin('yform', 'email'));
4
-rex_dir::delete(rex_path::plugin('yform', 'rest'));
5
-rex_dir::delete(rex_path::plugin('yform', 'docs'));
6
-rex_dir::delete(rex_path::plugin('yform', 'manager'));
+rex_dir::delete(rex_path::addon('yform','plugins'),true);
7
8
/** @var rex_addon $this */
9
$this->includeFile(__DIR__ . '/install.php');
0 commit comments