From 7b6f4048ca4d0eed589db0d02590642167889d98 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 7 Mar 2008 19:02:48 +0000 Subject: Some extra plugins stuff git-svn-id: https://code.elgg.org/elgg/trunk@110 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/plugins.php') diff --git a/engine/lib/plugins.php b/engine/lib/plugins.php index a5027486d..34be9b7cf 100644 --- a/engine/lib/plugins.php +++ b/engine/lib/plugins.php @@ -19,7 +19,7 @@ * @todo Add proper plugin handler that launches plugins in an admin-defined order and activates them on admin request */ function load_plugins() { - + global $CONFIG; if (!empty($CONFIG->pluginspath)) { -- cgit v1.2.3