From: cash Date: Thu, 6 Jan 2011 00:13:47 +0000 (+0000) Subject: replaced deprecated load_plugins() - thanks to hellekin X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=dcc504978e665d164a2533196f707914cf841518;p=lorea%2Felgg.git replaced deprecated load_plugins() - thanks to hellekin git-svn-id: http://code.elgg.org/elgg/trunk@7843 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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