The 'tidy' extension is a requirement

Fixes http://status.net/trac/ticket/1844
This commit is contained in:
Craig Andrews 2009-09-02 13:33:54 -04:00
parent c271548bdd
commit 0ae4c7a80c
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ function checkPrereqs()
}
$reqs = array('gd', 'curl',
'xmlwriter', 'mbstring');
'xmlwriter', 'mbstring','tidy');
foreach ($reqs as $req) {
if (!checkExtension($req)) {