From 722aa0d38cccabcfd33ffbd63b4dc9173e4afd23 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 5 Jun 2008 15:25:53 +0000 Subject: Removing assorted errors which will allow for excellent river operation git-svn-id: https://code.elgg.org/elgg/trunk@808 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/settings.example.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engine/settings.example.php') diff --git a/engine/settings.example.php b/engine/settings.example.php index fd50e3fe4..6d947a8ba 100644 --- a/engine/settings.example.php +++ b/engine/settings.example.php @@ -10,7 +10,8 @@ */ global $CONFIG; - $CONFIG = new stdClass; + if (!isset($CONFIG)) + $CONFIG = new stdClass; /* * Standard configuration -- cgit v1.2.3