missing word (find) added
This commit is contained in:
parent
8f1b1ffcf0
commit
4d42bc7690
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user