From 24700961df8c7e939c032e44ac8d8854b82f5257 Mon Sep 17 00:00:00 2001 From: keisimone Date: Fri, 24 Jun 2011 23:32:59 -0700 Subject: [PATCH] renamed chmod to mode in the comments for function copy. --- cake/libs/folder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/libs/folder.php b/cake/libs/folder.php index 3258c133a..0b9f11838 100644 --- a/cake/libs/folder.php +++ b/cake/libs/folder.php @@ -603,7 +603,7 @@ class Folder extends Object { * * - `to` The directory to copy to. * - `from` The directory to copy from, this will cause a cd() to occur, changing the results of pwd(). - * - `chmod` The mode to copy the files/directories with. + * - `mode` The mode to copy the files/directories with. * - `skip` Files/directories to skip. * * @param mixed $options Either an array of options (see above) or a string of the destination directory.