Browse Source

Remove useless reference operator.

mark_story 13 years ago
parent
commit
247d836174
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Utility/File.php

+ 1 - 1
lib/Cake/Utility/File.php

@@ -530,7 +530,7 @@ class File {
  * @return Folder Current folder
  * @link http://book.cakephp.org/2.0/en/core-utility-libraries/file-folder.html#File::Folder
  */
-	public function &folder() {
+	public function folder() {
 		return $this->Folder;
 	}