forked from GNUsocial/gnu-social
The 'tidy' extension is a requirement
Fixes http://status.net/trac/ticket/1844
This commit is contained in:
parent
c271548bdd
commit
0ae4c7a80c
@ -230,7 +230,7 @@ function checkPrereqs()
|
||||
}
|
||||
|
||||
$reqs = array('gd', 'curl',
|
||||
'xmlwriter', 'mbstring');
|
||||
'xmlwriter', 'mbstring','tidy');
|
||||
|
||||
foreach ($reqs as $req) {
|
||||
if (!checkExtension($req)) {
|
||||
|
Loading…
Reference in New Issue
Block a user