From f42121deea71cfa4105321e4a768511fab860075 Mon Sep 17 00:00:00 2001
From: colshrapnel
Date: Fri, 1 Feb 2013 08:51:20 +0400
Subject: [PATCH] Fixing typo
---
safemysql.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/safemysql.class.php b/safemysql.class.php
index 1d6d5e2..5d731dd 100644
--- a/safemysql.class.php
+++ b/safemysql.class.php
@@ -630,7 +630,7 @@ class SafeMySQL
{
reset($this->stats);
$first = key($this->stats);
- unset($this->stats[$key]);
+ unset($this->stats[$first]);
}
}
}