summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorBrenda Wallace <shiny@cpan.org>2009-06-24 04:07:15 +1200
committerBrenda Wallace <shiny@cpan.org>2009-07-15 18:44:33 +1200
commit4d42bc7690da6cb87b4526c25e5447d06ba12212 (patch)
tree62c4085cda855d5ef3b098eb68ce80011c17f75e /install.php
parent8f1b1ffcf04da08193da51544487afa6647ad225 (diff)
missing word (find) added
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 4e54ba870..103c367c3 100644
--- a/install.php
+++ b/install.php
@@ -59,7 +59,7 @@ function checkPrereqs()
}
}
if (!checkExtension('pgsql') && !checkExtension('mysql')) {
- ?><p class="error">Cannot mysql or pgsql extension. You need one or the other: <code><?php echo $req; ?></code></p><?php
+ ?><p class="error">Cannot find mysql or pgsql extension. You need one or the other: <code><?php echo $req; ?></code></p><?php
$pass = false;
}