diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-06 20:04:57 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-06 20:04:57 +0000 |
commit | 125dcdd329b3159808c097f02597e908be3ad8d0 (patch) | |
tree | 653b77aa409f867be32c45793edc68b099e15c69 /engine/lib/actions.php | |
parent | 61197684ae861488cd3718fcaa96ab655b37e426 (diff) | |
download | elgg-125dcdd329b3159808c097f02597e908be3ad8d0.tar.gz elgg-125dcdd329b3159808c097f02597e908be3ad8d0.tar.bz2 |
fixed some minor documentation issues
git-svn-id: http://code.elgg.org/elgg/trunk@8050 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/actions.php')
-rw-r--r-- | engine/lib/actions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/actions.php b/engine/lib/actions.php index 8d91820fd..a93617df9 100644 --- a/engine/lib/actions.php +++ b/engine/lib/actions.php @@ -342,8 +342,8 @@ function get_site_secret() { * * @param string $action Action name * - * @return BOOL - * @since 1.8 + * @return bool + * @since 1.8.0 */ function elgg_action_exist($action) { global $CONFIG; |