mirror of
https://github.com/getgrav/grav.git
synced 2026-02-21 14:08:02 +01:00
Fix rcopy reference
This commit is contained in:
@@ -269,7 +269,7 @@ class SandboxCommand extends Command
|
||||
|
||||
if (count($pages_files) == 0) {
|
||||
$destination = $this->source . '/user/pages';
|
||||
$this->rcopy($destination, $pages_dir);
|
||||
Utils::rcopy($destination, $pages_dir);
|
||||
$this->output->writeln(' <cyan>' . $destination . '</cyan> <comment>-></comment> Created');
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user