summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/mysql/mysql_forge.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-20 14:15:57 +0100
committerAndrey Andreev <narf@bofh.bg>2012-03-20 14:15:57 +0100
commit820999cb0d82c80d6dc5dde133568812c8113e29 (patch)
tree60b357819fdaec43afd0893c796d28cd799e730c /system/database/drivers/mysql/mysql_forge.php
parente3e3d50576608e0aa0428358b2fae2da29759901 (diff)
Switch _process_fields() method in MySQL/MySQLi to protected
Diffstat (limited to 'system/database/drivers/mysql/mysql_forge.php')
-rw-r--r--system/database/drivers/mysql/mysql_forge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/mysql/mysql_forge.php b/system/database/drivers/mysql/mysql_forge.php
index 004a5a103..d317ac3e0 100644
--- a/system/database/drivers/mysql/mysql_forge.php
+++ b/system/database/drivers/mysql/mysql_forge.php
@@ -66,7 +66,7 @@ class CI_DB_mysql_forge extends CI_DB_forge {
* @param mixed the fields
* @return string
*/
- private function _process_fields($fields)
+ protected function _process_fields($fields)
{
$current_field_count = 0;
$sql = '';