aboutsummaryrefslogtreecommitdiff
path: root/lib/lib_install.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-10 19:46:22 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-10 19:46:22 +0200
commit510045b3c554261a0a6434bfe73adac32b12cc81 (patch)
treecc0907d84ec5ad72baed8e0fb6fe7d81176bbb3c /lib/lib_install.php
parent8854f230866f458382f6dc207f706220e9c32351 (diff)
parente849de7296efbece490447cdceeed9726f10b33c (diff)
Merge branch 'FreshRSS/dev' into multiuser-token
Diffstat (limited to 'lib/lib_install.php')
-rw-r--r--lib/lib_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_install.php b/lib/lib_install.php
index 76871c98a..c625a670a 100644
--- a/lib/lib_install.php
+++ b/lib/lib_install.php
@@ -67,7 +67,7 @@ function checkRequirements($dbType = '') {
'favicons' => $favicons ? 'ok' : 'ko',
'http_referer' => $http_referer ? 'ok' : 'ko',
'message' => $message ?: 'ok',
- 'all' => $php && $minz && $curl && $pdo && $pcre && $ctype && $fileinfo && $dom && $xml &&
+ 'all' => $php && $minz && $curl && $pdo && $pcre && $ctype && $dom && $xml &&
$data && $cache && $users && $favicons && $http_referer && $message == '' ?
'ok' : 'ko'
);