diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-05-14 18:47:36 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-05-14 18:47:36 +0000 |
commit | df6648dbd2d88813c12a0f610a505d139905c653 (patch) | |
tree | e15831fc403150970ef9a09f4f6d8a9cd94df444 /mod/externalpages | |
parent | 7b4a496f05fe94ab2ff8a420158e1c79cb4d61d4 (diff) | |
download | elgg-df6648dbd2d88813c12a0f610a505d139905c653.tar.gz elgg-df6648dbd2d88813c12a0f610a505d139905c653.tar.bz2 |
removed deprecated functions from these 3 plugins
git-svn-id: http://code.elgg.org/elgg/trunk@9075 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/externalpages')
-rw-r--r-- | mod/externalpages/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/externalpages/start.php b/mod/externalpages/start.php index 051da183a..1de4d5ec8 100644 --- a/mod/externalpages/start.php +++ b/mod/externalpages/start.php @@ -3,7 +3,7 @@ * Plugin for creating web pages for your site */ -register_elgg_event_handler('init', 'system', 'expages_init'); +elgg_register_event_handler('init', 'system', 'expages_init'); function expages_init() { |