diff options
| author | 2016-04-23 23:07:12 +0200 | |
|---|---|---|
| committer | 2016-04-23 23:07:12 +0200 | |
| commit | 6b787c7408ecad4271c19e7c92edbad3f8df4330 (patch) | |
| tree | 9516a645b890ef4abac18a9dd6f0ff079b33742a /app/Controllers/entryController.php | |
| parent | 4862652585da1d69d62914659011c53146b21c17 (diff) | |
Error message when accessing entry by GET
Diffstat (limited to 'app/Controllers/entryController.php')
| -rwxr-xr-x | app/Controllers/entryController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controllers/entryController.php b/app/Controllers/entryController.php index 1d9989f40..bff1073ef 100755 --- a/app/Controllers/entryController.php +++ b/app/Controllers/entryController.php @@ -46,6 +46,7 @@ class FreshRSS_entry_Controller extends Minz_ActionController { if ($id === false) { // id is false? It MUST be a POST request! if (!Minz_Request::isPost()) { + Minz_Request::bad(_t('feedback.access.not_found'), array('c' => 'index', 'a' => 'index')); return; } |
