- Timestamp:
- 08/08/2008 07:28:49 PM (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/website/application/controllers/download.php
r3309 r3311 136 136 // Add the system directory 137 137 $archive->add($source.'system', $prefix.'system', FALSE); 138 foreach (glob($source.'system/*') as $ file)138 foreach (glob($source.'system/*') as $dir) 139 139 { 140 140 // Skip i18n directory, it's added manually
