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
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-01-17 03:31:10 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-17 03:31:10 +0400
commitd2fbfe24920d6f08711feb01ba22b9081af84560 (patch)
treed2d794e33408632cc8675deec2a7e1b1b9edf269 /core/Site.php
parentb9b0ad41cc6c88772c74fcf48445e51d841ad301 (diff)
Fix typo
Diffstat (limited to 'core/Site.php')
-rw-r--r--core/Site.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Site.php b/core/Site.php
index f3b49102f6..bd3bc50318 100644
--- a/core/Site.php
+++ b/core/Site.php
@@ -98,7 +98,7 @@ class Site
protected static function setSite($idSite, $infoSite)
{
if(empty($idSite) || empty($infoSite)) {
- throw new Exception("Un unexpected website was found.");
+ throw new Exception("An unexpected website was found, check idSite in the request.");
}
/**