Navigation Menu

Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stealth35 committed Jul 26, 2011
1 parent 53fe3e8 commit 3717315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/config.php
Expand Up @@ -45,7 +45,7 @@
$minorProblems[] = 'Upgrade your <strong>php-xml</strong> extension with a newer libxml.';
}

if (!(function_exists('apc_store') && ini_get('apc.enabled')) || function_exists('eaccelerator_put') && ini_get('eaccelerator.enable') || function_exists('xcache_set'))) {
if (!((function_exists('apc_store') && ini_get('apc.enabled')) || function_exists('eaccelerator_put') && ini_get('eaccelerator.enable') || function_exists('xcache_set'))) {
$minorProblems[] = 'Install and enable a <strong>PHP accelerator</strong> like APC (highly recommended).';
}

Expand Down

0 comments on commit 3717315

Please sign in to comment.