summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-27 07:56:19 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-08-27 07:56:19 -0700
commitf1fda6c0503e32edfc99b297f4bf2cb07e629d9e (patch)
tree4190903afb80c20b7e98c95e6ea8d57ced0695d9 /install.php
parent209486d3be877d85b3e241797e6042283d0f66d6 (diff)
parentfd53fba114283935a304ed2e05111da256ae798f (diff)
Merge branch '0.8.x' into 0.9.x
Diffstat (limited to 'install.php')
-rw-r--r--install.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/install.php b/install.php
index 1826a8494..a03dfa775 100644
--- a/install.php
+++ b/install.php
@@ -49,8 +49,7 @@ function checkPrereqs()
}
$reqs = array('gd', 'curl',
- 'xmlwriter', 'mbstring',
- 'gettext');
+ 'xmlwriter', 'mbstring');
foreach ($reqs as $req) {
if (!checkExtension($req)) {