From ca4b43c0c94936a2592cb8a86a0631e4cd26d7af Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 3 Mar 2008 13:22:57 +0000 Subject: Installation issues: fixed git-svn-id: https://code.elgg.org/elgg/trunk@57 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/settings.example.php | 1 + 1 file changed, 1 insertion(+) (limited to 'engine/settings.example.php') diff --git a/engine/settings.example.php b/engine/settings.example.php index e45284685..47f43d05a 100644 --- a/engine/settings.example.php +++ b/engine/settings.example.php @@ -10,6 +10,7 @@ */ global $CONFIG; + $CONFIG = new stdClass; /* * Standard configuration -- cgit v1.2.3