diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/actions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/actions.php b/engine/lib/actions.php index 1a26018ab..c92ed4cb7 100644 --- a/engine/lib/actions.php +++ b/engine/lib/actions.php @@ -354,7 +354,7 @@ function get_site_secret() { * @return bool * @since 1.8.0 */ -function elgg_action_exist($action) { +function elgg_action_exists($action) { global $CONFIG; return (isset($CONFIG->actions[$action]) && file_exists($CONFIG->actions[$action]['file'])); |