mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-07 16:08:41 -05:00
Fix i18n strings for sharing
Fix https://github.com/FreshRSS/FreshRSS/issues/728
This commit is contained in:
@@ -125,8 +125,6 @@ class FreshRSS_importExport_Controller extends Minz_ActionController {
|
||||
*
|
||||
* Itis a *very* basic guess file type function. Only based on filename.
|
||||
* That's could be improved but should be enough for what we have to do.
|
||||
*
|
||||
* @todo move into lib_rss.php
|
||||
*/
|
||||
private function guessFileType($filename) {
|
||||
if (substr_compare($filename, '.zip', -4) === 0) {
|
||||
|
||||
Reference in New Issue
Block a user