소스 검색

fix webdav: variable assignement

Bastien Sevajol (Algoo) 8 년 전
부모
커밋
58df493761
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tracim/tracim/lib/content.py

+ 1 - 1
tracim/tracim/lib/content.py 파일 보기

@@ -537,7 +537,7 @@ class ContentApi(object):
537 537
 
538 538
             # Search into parent folder (if already deep)
539 539
             if folder:
540
-                folder_query\
540
+                folder_query = folder_query\
541 541
                     .filter(
542 542
                         Content.parent_id == folder.content_id,
543 543
                     )