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:
authormattab <matthieu.aubry@gmail.com>2013-10-08 04:03:28 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-08 04:03:28 +0400
commitb738433faba6e80fb28123038700aaa4fa2ae7ef (patch)
treecec2e5ab60673b5e60aa4a269248a6d1d3b752ba /core/Updates/1.9-b19.php
parentded987ac03cf76a297179fbe4cb2189294e40185 (diff)
Refs #4059 Converting updates files to use namespaces
Diffstat (limited to 'core/Updates/1.9-b19.php')
-rwxr-xr-xcore/Updates/1.9-b19.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/Updates/1.9-b19.php b/core/Updates/1.9-b19.php
index 8933e46c95..c372e3d56b 100755
--- a/core/Updates/1.9-b19.php
+++ b/core/Updates/1.9-b19.php
@@ -8,6 +8,9 @@
* @category Piwik
* @package Updates
*/
+
+namespace Piwik\Updates;
+
use Piwik\Common;
use Piwik\Updater;
use Piwik\Updates;
@@ -15,7 +18,7 @@ use Piwik\Updates;
/**
* @package Updates
*/
-class Piwik_Updates_1_9_b19 extends Updates
+class Updates_1_9_b19 extends Updates
{
static function getSql($schema = 'Myisam')
{