Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:stefanfoulis/django-filer into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
stefanfoulis committed Jun 28, 2012
2 parents bc60d1d + 55bd4cb commit e2dac0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filer/admin/folderadmin.py
Expand Up @@ -795,7 +795,7 @@ def _rename_files(self, files, form_data, global_counter):
return n

def _rename_folder(self, folder, form_data, global_counter):
return self._rename_images_impl(folder.files.all(), folder.children.all(), form_data, global_counter)
return self._rename_files_impl(folder.files.all(), folder.children.all(), form_data, global_counter)

def _rename_files_impl(self, files_queryset, folders_queryset, form_data, global_counter):
n = 0
Expand Down

0 comments on commit e2dac0b

Please sign in to comment.