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-03-03 00:40:31 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-03 00:40:31 +0400
commit3e835a5260c63b873d382e647a390ba0d8786561 (patch)
treef811cf252ac4e15f884654a26a749c7e2998ecd9 /misc/others
parentbe60e8b46cfd5e6623d16e867c89bc947dbbe3cc (diff)
Add missing ;
Diffstat (limited to 'misc/others')
-rwxr-xr-xmisc/others/geoipUpdateRows.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/others/geoipUpdateRows.php b/misc/others/geoipUpdateRows.php
index 6dffefc8d3..fa43c5d6c4 100755
--- a/misc/others/geoipUpdateRows.php
+++ b/misc/others/geoipUpdateRows.php
@@ -10,7 +10,7 @@ use Piwik\Plugins\UserCountry\LocationProvider\GeoIp\Pecl;
use Piwik\Plugins\UserCountry\LocationProvider;
use Piwik\Plugins\UserCountry\LocationProvider\GeoIp\Php;
-require_once './cli-script-bootstrap.php'
+require_once './cli-script-bootstrap.php';
ini_set("memory_limit", "512M");