diff options
| author | 2016-04-23 23:09:49 +0200 | |
|---|---|---|
| committer | 2016-04-23 23:09:49 +0200 | |
| commit | 7fb9773c2823997da7d09cea751dfa62a6837214 (patch) | |
| tree | 4bd9e6f3cdc07e307a68b8820aea16ace5eb9bb7 /app/Controllers | |
| parent | ae6ade25d59942a25c79155c90fc76fb22d08cea (diff) | |
| parent | 6b787c7408ecad4271c19e7c92edbad3f8df4330 (diff) | |
Merge branch 'entry_post' into dev
Diffstat (limited to 'app/Controllers')
| -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; } |
