Active
Project:
TinyBrowser
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2010 at 22:06 UTC
Updated:
2 Jun 2010 at 22:27 UTC
Users might not notice (.) and delete it when renaming files.
Comments
Comment #1
matulis commentedQuick fix (tinybrowser/tinybrowser/edit.php, line 600):
Replace
$ext = end($nameparts);with
$ext = '.' . end($nameparts);No patch, sorry.