Changeset d481d092b9a7ee97bb2d9b4529c42fe370346e32
- Timestamp:
- 01/13/08 05:15:11 (1 year ago)
- git-parent:
[5d38aa0848c8b9c42e34c11f6856097b9a5ebc32], [43e45ec62efe9d2e0117c108b01d82b9046a0fda]
- Files:
-
- plugins/photo/photo.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/photo/photo.py
reea6102 r43e45ec 108 108 109 109 path, query = handler.path.split('?') 110 infile = container['path'] + unquote(path)[len(name) + 1:] 110 infile = os.path.join(os.path.normpath(container['path']), 111 unquote(path)[len(name) + 2:]) 111 112 opts = cgi.parse_qs(query) 112 113
