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/entryController.php | |
| parent | 67aa7e76c186e43a5e0290ed2c512791c7a3005c (diff) | |
Fix i18n strings for sharing
Fix https://github.com/FreshRSS/FreshRSS/issues/728
Diffstat (limited to 'app/Controllers/entryController.php')
| -rwxr-xr-x | app/Controllers/entryController.php | 2 |
1 files changed, 0 insertions, 2 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'); |
