diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-30 21:53:58 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-30 21:53:58 +0000 |
commit | 9795d6a9451c98ae9ea624d4513c3d9c28a78d1a (patch) | |
tree | cf45d7b1eb78bdb83a2d317c416d0b9059ead2fb /engine/start.php | |
parent | c27eac2d2a970e76a1204757bbe15da8efb2870c (diff) | |
download | elgg-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 'engine/start.php')
-rw-r--r-- | engine/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/start.php b/engine/start.php index 28f6aa56a..6dd227d42 100644 --- a/engine/start.php +++ b/engine/start.php @@ -8,7 +8,7 @@ * - {@elgg_event plugins_boot system} * - {@elgg_event init system} * - * If Elgg is uninstalled, the browser will be redirected to an + * If Elgg is fully uninstalled, the browser will be redirected to an * installation page. * * @see install.php |