Changeset 27816
- Timestamp:
- 02/10/10 16:46:46 (3 years ago)
- Files:
-
- branches/1.2/lib/task/sfFilesystem.class.php (modified) (1 diff)
- branches/1.3/lib/task/sfFilesystem.class.php (modified) (1 diff)
- branches/1.4/lib/task/sfFilesystem.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/lib/task/sfFilesystem.class.php
r14523 r27816 183 183 if (is_readable($target)) 184 184 { 185 throw new sfException(sprintf('Cannot rename because the target "% " already exist.', $target));185 throw new sfException(sprintf('Cannot rename because the target "%s" already exist.', $target)); 186 186 } 187 187 branches/1.3/lib/task/sfFilesystem.class.php
r27751 r27816 183 183 if (is_readable($target)) 184 184 { 185 throw new sfException(sprintf('Cannot rename because the target "% " already exist.', $target));185 throw new sfException(sprintf('Cannot rename because the target "%s" already exist.', $target)); 186 186 } 187 187 branches/1.4/lib/task/sfFilesystem.class.php
r27751 r27816 183 183 if (is_readable($target)) 184 184 { 185 throw new sfException(sprintf('Cannot rename because the target "% " already exist.', $target));185 throw new sfException(sprintf('Cannot rename because the target "%s" already exist.', $target)); 186 186 } 187 187