diff options
Diffstat (limited to 'docs/en/developers/03_Backend')
| -rw-r--r-- | docs/en/developers/03_Backend/05_Extensions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/developers/03_Backend/05_Extensions.md b/docs/en/developers/03_Backend/05_Extensions.md index 81fd13ecb..1104b30f5 100644 --- a/docs/en/developers/03_Backend/05_Extensions.md +++ b/docs/en/developers/03_Backend/05_Extensions.md @@ -48,7 +48,7 @@ Code example: ```php <?php -class FreshRSS_hello_Controller extends Minz_ActionController { +class FreshRSS_hello_Controller extends FreshRSS_ActionController { public function indexAction() { $this->view->a_variable = 'FooBar'; } |
