Fix i18n strings for sharing

Fix https://github.com/FreshRSS/FreshRSS/issues/728
This commit is contained in:
Marien Fressinaud
2014-12-17 17:21:41 +01:00
parent 67aa7e76c1
commit 7f4ca35fc3
3 changed files with 6 additions and 6 deletions

View File

@@ -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) {