MDL-69117 output: Correct remove_dir usage

This commit is contained in:
Andrew Nicols
2020-09-03 09:01:32 +08:00
parent 695a7f2ddf
commit 2f7792a0da
+1 -1
View File
@@ -1451,7 +1451,7 @@ class theme_config {
);
} else {
if (file_exists($cachedir)) {
remove_directory($cachedir);
remove_dir($cachedir);
}
}