Changeset 727

Show
Ignore:
Timestamp:
11/30/06 12:34:38 (2 years ago)
Author:
ben
Message:

Correction to previous.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/lib/filelib.php

    r726 r727  
    538538            readfile($filepath); 
    539539        } else { 
    540             $CFG->files->handler[$handler]($filepath); 
     540            echo $CFG->files->handler[$handler]($filepath); 
    541541        } 
    542542    } else {