* lib/viewvc.py

(view_directory): Initialize file.size, too.  A follow-up to r1504.
  


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1505 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/options-overhaul
cmpilato 2007-01-22 17:15:24 +00:00
parent ed664972cb
commit 59ecb71c51
1 changed files with 1 additions and 0 deletions

View File

@ -1565,6 +1565,7 @@ def view_directory(request):
file.date = None
file.log = None
file.author = None
file.size = None
sort_file_data(file_data, request.roottype, sortdir, sortby,
cfg.options.sort_group_dirs)
# request dirlogs only for the slice of files in "this page"