]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
replaced deprecated load_plugins() - thanks to hellekin
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 6 Jan 2011 00:13:47 +0000 (00:13 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 6 Jan 2011 00:13:47 +0000 (00:13 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7843 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/start.php

index 6fcc788bdcd5e6835730047369ceaf0ac89c2a2b..93d4470239af659ecbec42ae308b6ceb9372804e 100644 (file)
@@ -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