diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-01 14:15:34 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-01 14:15:34 +0000 |
commit | b1486d73ab4996931afa0d37fa9e5d09a4a88765 (patch) | |
tree | 294f5f2c8e3a32ab08313a3412a6e82a10170ba1 /engine/lib | |
parent | b8c26d7300e672f90cc1c1a62e4a1ea0c67e4a09 (diff) | |
download | elgg-b1486d73ab4996931afa0d37fa9e5d09a4a88765.tar.gz elgg-b1486d73ab4996931afa0d37fa9e5d09a4a88765.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Used wrong function decl
git-svn-id: https://code.elgg.org/elgg/trunk@307 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/entities.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 9ddb4c9f1..fb161bbd1 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -792,7 +792,7 @@ } /** Register the import hook */ - register_plugin_hook("import", "all", "import_user_plugin_hook", 0); + register_plugin_hook("import", "all", "import_entity_plugin_hook", 0); /** Register the hook, ensuring entities are serialised first */ register_plugin_hook("export", "all", "export_entity_plugin_hook", 0); |