aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/start.php b/engine/start.php
index 6fcc788bd..93d447023 100644
--- a/engine/start.php
+++ b/engine/start.php
@@ -123,7 +123,7 @@ set_default_config();
elgg_trigger_event('boot', 'system');
// Load the plugins that are active
-load_plugins();
+elgg_load_plugins();
elgg_trigger_event('plugins_boot', 'system');
// Trigger system init event for plugins