diff options
Diffstat (limited to 'documentation/stubs')
-rw-r--r-- | documentation/stubs/config.php | 6 |
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. |