aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-30 21:53:58 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-30 21:53:58 +0000
commit9795d6a9451c98ae9ea624d4513c3d9c28a78d1a (patch)
treecf45d7b1eb78bdb83a2d317c416d0b9059ead2fb /documentation
parentc27eac2d2a970e76a1204757bbe15da8efb2870c (diff)
downloadelgg-9795d6a9451c98ae9ea624d4513c3d9c28a78d1a.tar.gz
elgg-9795d6a9451c98ae9ea624d4513c3d9c28a78d1a.tar.bz2
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
Diffstat (limited to 'documentation')
-rw-r--r--documentation/stubs/config.php6
1 files changed, 3 insertions, 3 deletions
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.