Skip to content

Commit f60e195

Browse files
Plugins "Tools" beim Update auf 5.x löschen (#1573)
* Plugins "Tools" beim Update auf 5.x löschen siehe #1572 * Plugin-Verzeichnis komplett löschen
1 parent 8b23cf3 commit f60e195

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

update.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?php
22

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'));
3+
rex_dir::delete(rex_path::addon('yform','plugins'),true);
74

85
/** @var rex_addon $this */
96
$this->includeFile(__DIR__ . '/install.php');

0 commit comments

Comments
 (0)