From 18e79ce4fecb084622688409632ef8d8185fb565 Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Thu, 9 Oct 2014 18:45:59 -0700 Subject: [PATCH] Typo --- system/src/Grav/Console/Cli/SandboxCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Grav/Console/Cli/SandboxCommand.php b/system/src/Grav/Console/Cli/SandboxCommand.php index f594d06c2..f564b349b 100644 --- a/system/src/Grav/Console/Cli/SandboxCommand.php +++ b/system/src/Grav/Console/Cli/SandboxCommand.php @@ -150,7 +150,7 @@ class SandboxCommand extends Command $output->writeln(' ' . $source . ' -> ' . $to); if (is_dir($to)) { - @Folder::delete(to); + @Folder::delete($to); } else { @unlink($to); }