Browse Source

Update laravel/file.php

Yep... good pick up jason.
helmut 12 years ago
parent
commit
1d725b2788
1 changed files with 2 additions and 0 deletions
  1. 2 0
      laravel/file.php

+ 2 - 0
laravel/file.php

@@ -331,6 +331,8 @@ class File {
 	 */
 	public static function latest($directory, $options = fIterator::SKIP_DOTS)
 	{
+		$latest = null;
+
 		$time = 0;
 
 		$items = new fIterator($directory, $options);