From b5a87393452a7dc77cbaa52e3209bc25e0c22e79 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 26 Mar 2011 23:38:09 +0000 Subject: Fixes #3249 fixed name of actions exists function git-svn-id: http://code.elgg.org/elgg/trunk@8862 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/actions.php') 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'])); -- cgit v1.2.3