From: Brenda Wallace <shiny@cpan.org>
Date: Tue, 23 Jun 2009 16:07:15 +0000 (+1200)
Subject: missing word (find) added
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4d42bc7690da6cb87b4526c25e5447d06ba12212;p=quix0rs-gnu-social.git

missing word (find) added
---

diff --git a/install.php b/install.php
index 4e54ba8700..103c367c33 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;
     }