From d407ea95f7bca5b5577a6a3a491c9b83c9c7110d Mon Sep 17 00:00:00 2001
From: robocoder <anthon.pang@gmail.com>
Date: Sun, 22 May 2011 16:51:48 +0000
Subject: [PATCH] refs #1279 - typo

git-svn-id: http://dev.piwik.org/svn/trunk@4764 59fd770c-687e-43c8-a1e3-f5a4ff64c105
---
 core/Updates/1.5-b5.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/Updates/1.5-b5.php b/core/Updates/1.5-b5.php
index 1325fcbfd5..a8f27b71b4 100644
--- a/core/Updates/1.5-b5.php
+++ b/core/Updates/1.5-b5.php
@@ -13,7 +13,7 @@
 /**
  * @package Updates
  */
-class Piwik_Updates_1_5_b4 extends Piwik_Updates
+class Piwik_Updates_1_5_b5 extends Piwik_Updates
 {
 	static function getSql($schema = 'Myisam')
 	{
-- 
GitLab