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:
Diffstat (limited to 'core/Updates/0.2.33.php')
-rw-r--r--core/Updates/0.2.33.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Updates/0.2.33.php b/core/Updates/0.2.33.php
index b1e8886dbf..b3dda1a169 100644
--- a/core/Updates/0.2.33.php
+++ b/core/Updates/0.2.33.php
@@ -18,7 +18,7 @@ use Piwik\Updates;
*/
class Updates_0_2_33 extends Updates
{
- static function getSql()
+ public static function getSql()
{
$sqlarray = array(
// 0.2.33 [1020]
@@ -38,7 +38,7 @@ class Updates_0_2_33 extends Updates
return $sqlarray;
}
- static function update()
+ public static function update()
{
Updater::updateDatabase(__FILE__, self::getSql());
}