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
path: root/core
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2022-04-19 00:51:06 +0300
committerGitHub <noreply@github.com>2022-04-19 00:51:06 +0300
commitac98a890c70ffe22bd80948b23fa559a81636a3d (patch)
tree6847d9764a0d88e61a05b70786a922b373663b3e /core
parentfc5dfe641554eadbeedeea9b8dc8ceab66e0b28b (diff)
Fix PHP 8.1 deprecation warning (#19103)
Diffstat (limited to 'core')
-rw-r--r--core/View/OneClickDone.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/View/OneClickDone.php b/core/View/OneClickDone.php
index bc9bc2f4c5..d3aead9ba1 100644
--- a/core/View/OneClickDone.php
+++ b/core/View/OneClickDone.php
@@ -32,7 +32,7 @@ class OneClickDone
/**
* @var string
*/
- public $error;
+ public $error = '';
/**
* @var array