From aaa842fab0f8bcd34ac15e1126672e68537ab0eb Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 13 Apr 2016 16:06:37 -0700 Subject: [PATCH] Typo fix --- e107_handlers/mysql_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/mysql_class.php b/e107_handlers/mysql_class.php index 7dd648179..e2be0ce6f 100644 --- a/e107_handlers/mysql_class.php +++ b/e107_handlers/mysql_class.php @@ -2802,7 +2802,7 @@ class e_db_mysql $mes->addDebug("Error writing file: ".e_CACHE_DB.$tableName.'.php'); //Fix for during v1.x -> 2.x upgrade. // echo "Error writing file: ".e_CACHE_DB.$tableName.'.php'.'
'; } - } + } }