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:
authorrobocoder <anthon.pang@gmail.com>2011-01-03 13:43:49 +0300
committerrobocoder <anthon.pang@gmail.com>2011-01-03 13:43:49 +0300
commitc4627c87cfca8a1a0cd5b49180bb2749120688fd (patch)
treec67a35101becc3e51305f1b99d80c02ccf6d3f02 /plugins/UserCountry
parente13368b45a5be14df0c6194d18ff8218f3c34974 (diff)
fatal error redeclared fumction
git-svn-id: http://dev.piwik.org/svn/trunk@3573 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/tests/UserCountry.test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountry/tests/UserCountry.test.php b/plugins/UserCountry/tests/UserCountry.test.php
index 92efe066ac..85e5d5af79 100644
--- a/plugins/UserCountry/tests/UserCountry.test.php
+++ b/plugins/UserCountry/tests/UserCountry.test.php
@@ -4,7 +4,7 @@ if(!defined('PIWIK_CONFIG_TEST_INCLUDED'))
require_once dirname(__FILE__)."/../../../tests/config_test.php";
}
-require 'UserCountry/functions.php';
+require_once 'UserCountry/functions.php';
class Test_Piwik_UserCountry extends UnitTestCase
{