]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
missing word (find) added
authorBrenda Wallace <shiny@cpan.org>
Tue, 23 Jun 2009 16:07:15 +0000 (04:07 +1200)
committerBrenda Wallace <shiny@cpan.org>
Wed, 15 Jul 2009 06:44:33 +0000 (18:44 +1200)
install.php

index 4e54ba870009b5ac171506ff379bc962f95e4456..103c367c33c076691a8d69925dbbeb495a3c3044 100644 (file)
@@ -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;
     }