From 893801a082a173e645f31f00b4f6ef1ed29bb512 Mon Sep 17 00:00:00 2001 From: Christian Raue Date: Wed, 16 Jul 2014 14:35:43 +0200 Subject: fixed field visibility keyword order --- core/CronArchive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/CronArchive.php') 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; -- cgit v1.2.3