diff options
| author | 2014-12-17 17:21:41 +0100 | |
|---|---|---|
| committer | 2014-12-17 17:21:41 +0100 | |
| commit | 7f4ca35fc331ca4ce5e097d574e99417da0ef73e (patch) | |
| tree | 5704375b496e0c6a13f25f545ec2cee00ad54a56 /app/Controllers | |
| parent | 67aa7e76c186e43a5e0290ed2c512791c7a3005c (diff) | |
Fix i18n strings for sharing
Fix https://github.com/FreshRSS/FreshRSS/issues/728
Diffstat (limited to 'app/Controllers')
| -rwxr-xr-x | app/Controllers/entryController.php | 2 | ||||
| -rw-r--r-- | app/Controllers/importExportController.php | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/app/Controllers/entryController.php b/app/Controllers/entryController.php index c894ae9aa..aae08c413 100755 --- a/app/Controllers/entryController.php +++ b/app/Controllers/entryController.php @@ -34,8 +34,6 @@ class FreshRSS_entry_Controller extends Minz_ActionController { * - nextGet (default: $get) * - idMax (default: 0) * - is_read (default: true) - * - * @todo nextGet system should not be present here... or should be? */ public function readAction() { $id = Minz_Request::param('id'); diff --git a/app/Controllers/importExportController.php b/app/Controllers/importExportController.php index f29051f34..6eefa0f6f 100644 --- a/app/Controllers/importExportController.php +++ b/app/Controllers/importExportController.php @@ -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) { |
