From b1486d73ab4996931afa0d37fa9e5d09a4a88765 Mon Sep 17 00:00:00 2001 From: icewing Date: Tue, 1 Apr 2008 14:15:34 +0000 Subject: Marcus Povey * Used wrong function decl git-svn-id: https://code.elgg.org/elgg/trunk@307 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/entities.php') 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); -- cgit v1.2.3