Skip to content

Commit

Permalink
MDL-69117 output: Correct remove_dir usage
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Sep 3, 2020
1 parent 695a7f2 commit 2f7792a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/outputlib.php
Expand Up @@ -1451,7 +1451,7 @@ protected function get_css_content_from_scss($themedesigner) {
);
} else {
if (file_exists($cachedir)) {
remove_directory($cachedir);
remove_dir($cachedir);
}
}

Expand Down

0 comments on commit 2f7792a

Please sign in to comment.