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:
authorChristian Raue <christian.raue@gmail.com>2014-07-16 16:35:43 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-19 12:31:16 +0400
commit893801a082a173e645f31f00b4f6ef1ed29bb512 (patch)
tree51e97ba555310a9e330cf648d7e9eff23919eb53 /core/CronArchive.php
parenta054de65ed078a7786033f8e2793438ecdb65840 (diff)
fixed field visibility keyword order
Diffstat (limited to 'core/CronArchive.php')
-rw-r--r--core/CronArchive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/CronArchive.php b/core/CronArchive.php
index 51fadb021b..8f716ad949 100644
--- a/core/CronArchive.php
+++ b/core/CronArchive.php
@@ -23,7 +23,7 @@ use Piwik\Plugins\SitesManager\API as APISitesManager;
class CronArchive
{
// the url can be set here before the init, and it will be used instead of --url=
- static public $url = false;
+ public static $url = false;
// Max parallel requests for a same site's segments
const MAX_CONCURRENT_API_REQUESTS = 3;