Commit e8382529 authored by Robert Lyon's avatar Robert Lyon
Browse files

Bug 1700184: Stop removing the default .matrix files on plugin install



Now that we can upload a matrix file via the admin section upload form

behatnotneeded

Change-Id: I612924844a3de334f8b5b8eff00a52b6a07559e0
Signed-off-by: default avatarRobert Lyon <robertl@catalyst.net.nz>
parent 085cbb4e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -59,10 +59,6 @@ class PluginModuleFramework extends PluginModule {
            if (!is_plugin_active('annotation', 'blocktype')) {
                 set_field('blocktype_installed', 'active', 1, 'name', 'annotation');
            }
            require_once('file.php');
            if (!@rmdirr($matricesdir)) {
                log_warn(get_string('manuallyremovematrices', 'module.framework', $matricesdir), true, false);
            }
        }
    }