Browse Source

Fixing dockblock plugin path

André Teixeira 11 years ago
parent
commit
87c13a637f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Controller/Component/FlashComponent.php

+ 2 - 2
src/Controller/Component/FlashComponent.php

@@ -110,8 +110,8 @@ class FlashComponent extends Component
      * specific element from a plugin, you should set the `plugin` option in $args.
      * 
      * For example: $this->Flash->warning('My message', ['plugin' => 'PluginName']) would
-     * use the warning.ctp element under `plugins/src/Template/Element/Flash` for rendering
-     * the flash message.
+     * use the warning.ctp element under `plugins/PluginName/src/Template/Element/Flash` for
+     * rendering the flash message.
      *
      * @param string $name Element name to use.
      * @param array $args Parameters to pass when calling `FlashComponent::set()`.