FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

typo in plugin documentation

Feed 0 posts, 1 voices

Avatar
0 posts

I’m not sure if this is the right section to be posting this, but anyways…

There seems to be a typo in the plugin API documentation.

In the page “A settings page for your plugin” the line

$this->assignToLayout('sidebar', new View('../../../plugins/hello_world/views/sidebar'))

shows one too many “../” and should show

$this->assignToLayout('sidebar', new View('../../plugins/hello_world/views/sidebar'));

this has kept my plugin from working until i started from skeleton.

I just thought I’d report this to keep other frog newbies from running into the same problem.

Alex