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.7.php')
-rw-r--r--core/Updates/0.7.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Updates/0.7.php b/core/Updates/0.7.php
index 5af49b8d8b..e6d156d4a5 100644
--- a/core/Updates/0.7.php
+++ b/core/Updates/0.7.php
@@ -17,7 +17,7 @@ use Piwik\Updates;
*/
class Updates_0_7 extends Updates
{
- static function getSql()
+ public static function getSql()
{
return array(
'ALTER TABLE `' . Common::prefixTable('option') . '`
@@ -25,7 +25,7 @@ class Updates_0_7 extends Updates
);
}
- static function update()
+ public static function update()
{
Updater::updateDatabase(__FILE__, self::getSql());
}