]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixed doc for plugins/settings/save action
authorSteve Clay <steve@mrclay.org>
Thu, 2 Aug 2012 17:40:39 +0000 (14:40 -0300)
committerSteve Clay <steve@mrclay.org>
Thu, 2 Aug 2012 17:40:39 +0000 (14:40 -0300)
actions/plugins/settings/save.php

index e94127f7c435752631fb0863a1a8444a625f4339..581a2f9ecc26d465501ffa67d50939bad0c48489 100644 (file)
@@ -3,7 +3,7 @@
  * Saves global plugin settings.
  *
  * This action can be overriden for a specific plugin by creating the
- * settings/<plugin_id>/save action in that plugin.
+ * <plugin_id>/settings/save action in that plugin.
  *
  * @uses array $_REQUEST['params']    A set of key/value pairs to save to the ElggPlugin entity
  * @uses int   $_REQUEST['plugin_id'] The ID of the plugin