1
0

Add a TODO to point out that the original's extension shouldn't be changed.

This commit is contained in:
Chad Parry 2011-04-24 08:53:42 -06:00
parent 4a604d1d4c
commit 24426ac6ee

View File

@ -112,6 +112,7 @@ class keeporiginal_event_Core {
}
// Move the file to its new location.
// TODO: If the files have different extensions, then the old extension should be preserved.
@rename($old_original, $new_original);
}
}
@ -135,4 +136,4 @@ class keeporiginal_event_Core {
}
}
}
}
}