Changeset 768

Show
Ignore:
Timestamp:
12/21/06 12:37:31 (2 years ago)
Author:
sven
Message:

filelib: kill a notice caused by a seemingly unused call of file_cache with a bad parameter

Files:

Legend:

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

    r733 r768  
    501501    // $filepath = file_cache($filepath); 
    502502     
    503     $cachedfile = file_cache($filepath); 
     503    //$cachedfile = file_cache($filepath); 
    504504     
    505505    if (is_file($filepath) || $handler != "elgg") {