Changeset 3311 for branches

Show
Ignore:
Timestamp:
08/08/2008 07:28:49 PM (4 months ago)
Author:
Shadowhand
Message:

ugh.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/website/application/controllers/download.php

    r3309 r3311  
    136136                                // Add the system directory 
    137137                                $archive->add($source.'system', $prefix.'system', FALSE); 
    138                                 foreach (glob($source.'system/*') as $file) 
     138                                foreach (glob($source.'system/*') as $dir) 
    139139                                { 
    140140                                        // Skip i18n directory, it's added manually