From 1ac20eae82da66f4e29480d97ff8e1d5312ed59b Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 17 Sep 2010 18:46:58 +0000 Subject: Refs #2450: Added documentation for actions. git-svn-id: http://code.elgg.org/elgg/trunk@6949 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/handlers/action_handler.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engine/handlers') diff --git a/engine/handlers/action_handler.php b/engine/handlers/action_handler.php index 8a1f1276b..a6bdaeae9 100644 --- a/engine/handlers/action_handler.php +++ b/engine/handlers/action_handler.php @@ -6,6 +6,9 @@ * from http://site/action/. Anything after 'action/' is considered the action * and will be passed to {@link action()}. * + * @warning This sets the input named 'action' to the current action. When calling + * an action, get_input('action') will always return the action name. + * * @package Elgg.Core * @subpackage Actions * @link http://docs.elgg.org/Tutorials/Actions -- cgit v1.2.3