Changeset 12654

Show
Ignore:
Timestamp:
02/22/08 23:08:33 (9 months ago)
Author:
pottedmeat
Message:

Fixes #2773. Make sure that .xd.js files don't get picked up during the cron run

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/trunk/docscripts/lib/parser/Dojo.php

    r12653 r12654  
    4444        $output = array_merge($output, $this->getFileList($file, true)); 
    4545      }else{ 
    46         if (substr($file, -3) == '.js') { 
     46        if (substr($file, -3) == '.js' && substr($file, -6) != '.xd.js') { 
    4747          if ($recurse) { 
    4848            $file = $dir . '/' . $file;