From 616c2a34d749469cbe281cfd00852211082295d1 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Sat, 25 Jan 2014 14:39:20 -0500
Subject: [PATCH] Typo in class name of patch file
---
install/patches/upd_0065.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/install/patches/upd_0065.php b/install/patches/upd_0065.php
index 7dfedd5..2806686 100644
--- a/install/patches/upd_0065.php
+++ b/install/patches/upd_0065.php
@@ -8,7 +8,7 @@
only executed when a corresponding sql patch exists.
*/
-class upd_0066 extends installer_patch_update {
+class upd_0065 extends installer_patch_update {
public function onAfterSQL() {
global $inst;
--
Gitblit v1.9.1