Changeset 1276:bf2b09a47566
- Timestamp:
- 06/18/10 20:51:10 (3 years ago)
- Author:
- Thomas Gambet <tgambet@…>
- Branch:
- default
- Message:
-
fixed temporary_repo path
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1275
|
r1276
|
|
| 170 | 170 | // creating uploaded and temporary files directories |
| 171 | 171 | File upload_repo = new File(Property.get("UPLOADED_FILES_REPOSITORY")); |
| 172 | | File temporary_repo = new File(Property.get("UPLOADED_FILES_REPOSITORY")); |
| | 172 | File temporary_repo = new File(Property.get("PATH_TO_TEMPORARY_FILES")); |
| 173 | 173 | if (upload_repo.mkdir() || upload_repo.exists()) |
| 174 | 174 | logger.debug("> Created uploaded files directory: \n\t" |