From: Rob H. <for...@us...> - 2002-03-07 08:37:17
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv26839/bin Modified Files: sandweb.cgi Log Message: ah, the mime.types stuff wasn't brought up-to-date when nick fixed that space bug in _do_file_read(). fixed. Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.255 retrieving revision 1.256 diff -U2 -r1.255 -r1.256 --- sandweb.cgi 7 Mar 2002 08:21:36 -0000 1.255 +++ sandweb.cgi 7 Mar 2002 08:37:14 -0000 1.256 @@ -1694,4 +1694,5 @@ my $file = SandWeb::File->new( 'log_obj' => $log, + 'config_obj' => $config, 'filename' => $filename, 'location' => "$users_dir/$username/$repo_name/$module_name$location", |