aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/entryController.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-04-23 23:07:12 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-04-23 23:07:12 +0200
commit6b787c7408ecad4271c19e7c92edbad3f8df4330 (patch)
tree9516a645b890ef4abac18a9dd6f0ff079b33742a /app/Controllers/entryController.php
parent4862652585da1d69d62914659011c53146b21c17 (diff)
Error message when accessing entry by GET
Diffstat (limited to 'app/Controllers/entryController.php')
-rwxr-xr-xapp/Controllers/entryController.php1
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;
}