diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-09-02 13:33:54 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-09-02 13:33:54 -0400 |
commit | 0ae4c7a80ce4869faac102386ed33f97a401ca0f (patch) | |
tree | 3dec92455d757e57243f7d0376ce4d8f5ee233f9 /install.php | |
parent | c271548bdd15b83400956278d30833f3bb6f5095 (diff) |
The 'tidy' extension is a requirement
Fixes http://status.net/trac/ticket/1844
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php index a59b9469d..c49043e5c 100644 --- a/install.php +++ b/install.php @@ -230,7 +230,7 @@ function checkPrereqs() } $reqs = array('gd', 'curl', - 'xmlwriter', 'mbstring'); + 'xmlwriter', 'mbstring','tidy'); foreach ($reqs as $req) { if (!checkExtension($req)) { |