Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorSergey <barbushin@gmail.com>2015-06-24 09:26:58 +0300
committerSergey <barbushin@gmail.com>2015-06-24 09:26:58 +0300
commit54d4659ac970afeb541b855d7a22801ec9fc0445 (patch)
treea1dc1a176eba50494ffec5b21f48a35fbc4dcdf7 /core
parentbc12f64533ae09e4822dee0c7dda00f3863c4011 (diff)
Fixed typo in testMinimumPhpVersion
Diffstat (limited to 'core')
-rw-r--r--core/testMinimumPhpVersion.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/testMinimumPhpVersion.php b/core/testMinimumPhpVersion.php
index 7a23591acd..e1fc84f5d3 100644
--- a/core/testMinimumPhpVersion.php
+++ b/core/testMinimumPhpVersion.php
@@ -39,7 +39,7 @@ if ($minimumPhpInvalid) {
}
if (ini_get('mbstring.func_overload')) {
- $piwik_errorMessage .= "<p><strong>Piwik does not works when PHP is configured with <pre>mbstring.func_overload = " . ini_get('mbstring.func_overload') . "</pre></strong></p>
+ $piwik_errorMessage .= "<p><strong>Piwik does not work when PHP is configured with <pre>mbstring.func_overload = " . ini_get('mbstring.func_overload') . "</pre></strong></p>
<p>It appears your mbstring extension in PHP is configured to override string functions.
To enjoy Piwik, you need to modify php.ini <pre>mbstring.func_overload = 0</pre>, and restart your webserver.</p>";
}