From 7b4a496f05fe94ab2ff8a420158e1c79cb4d61d4 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 14 May 2011 18:46:50 +0000 Subject: improved documentation of elgg_register_action() git-svn-id: http://code.elgg.org/elgg/trunk@9074 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/actions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'engine/lib/actions.php') diff --git a/engine/lib/actions.php b/engine/lib/actions.php index 75f2572cf..ff598916f 100644 --- a/engine/lib/actions.php +++ b/engine/lib/actions.php @@ -152,6 +152,7 @@ function action($action, $forwarder = "") { * @param string $filename Optionally, the filename where this action is located. If not specified, * will assume the action is in elgg/actions/.php * @param string $access Who is allowed to execute this action: admin, public, or logged_in. + * (default: logged_in) * * @see action() * @see http://docs.elgg.org/Actions -- cgit v1.2.3