summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Db.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Db.class.php b/Db.class.php
index 4780607..53f0d72 100644
--- a/Db.class.php
+++ b/Db.class.php
@@ -79,7 +79,7 @@ class DB
* You can use this little method if you want to close the PDO connection
*
*/
- private function CloseConnection()
+ public function CloseConnection()
{
# Set the PDO object to null to close the connection
# http://www.php.net/manual/en/pdo.connections.php