Closed (fixed)
Project:
Cache Router
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2009 at 14:35 UTC
Updated:
3 Sep 2009 at 12:35 UTC
Maybe it has changed over time, but it seems that you can't use
$files = file_scan_directory($dir, '.', '/(\.\.?|CVS)$/');
anymore: the third parameter must be an array.
Btw, the default value for $umask (the third parameter) is array('.', '..', 'CVS'), so I think you could even remove it from the call.
Comments
Comment #1
slantview commented