aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/lib/entities.php2
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);