diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-04-02 15:14:36 +0000 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-04-02 15:14:36 +0000 |
commit | 8aa82bb446b709cfd866966ba4e95554f4495a7d (patch) | |
tree | 4d74a6d00c53764ed24c58dd20fec2f05be5eedc /index.php | |
parent | df2f660fe752a7ed4f813ca26bb51fab1803fdd9 (diff) | |
parent | 54d93e26fe9fc7a17e72ad07afbd02e2b491924a (diff) |
Add break to prevent "tex" types flowing through to "text" types
See merge request l_bratch/blaupload!5
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -307,6 +307,7 @@ foreach ($fileCollection as $item) { break; case "tex": $icon="tex"; + break; case "txt": case "rtf": case "log": |