From 9795d6a9451c98ae9ea624d4513c3d9c28a78d1a Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 30 Oct 2010 21:53:58 +0000 Subject: ripped out last remaining tentacles of old installer from core - just needs removal of install.php when elgg_view() is updated git-svn-id: http://code.elgg.org/elgg/trunk@7141 36083f99-b078-4883-b0ff-0f9b5a30f544 --- documentation/stubs/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation') diff --git a/documentation/stubs/config.php b/documentation/stubs/config.php index 8a88fd85b..67aab304d 100644 --- a/documentation/stubs/config.php +++ b/documentation/stubs/config.php @@ -176,11 +176,11 @@ $CONFIG->sitename; $CONFIG->language; /** - * Is the database fully installed + * Is the site fully installed * - * @global bool $CONFIG->db_installed + * @global bool $CONFIG->installed */ -$CONFIG->db_installed; +$CONFIG->installed; /** * The guid of the current site object. -- cgit v1.2.3