summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/mysqli/mysqli_forge.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-01-27 19:50:33 +0100
committerAndrey Andreev <narf@bofh.bg>2012-01-27 19:50:33 +0100
commita3c5cfca6b4a1ec183f3b3c9af88c7f686cf167e (patch)
tree09099689064cb390799a4e67a6cdceb61e89e2be /system/database/drivers/mysqli/mysqli_forge.php
parentf055fa98c7c7dbdd44ca485cde9efe112f713123 (diff)
Switch _process_fields() from private to protected
Diffstat (limited to 'system/database/drivers/mysqli/mysqli_forge.php')
-rw-r--r--system/database/drivers/mysqli/mysqli_forge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/mysqli/mysqli_forge.php b/system/database/drivers/mysqli/mysqli_forge.php
index 319c6fdac..7de036127 100644
--- a/system/database/drivers/mysqli/mysqli_forge.php
+++ b/system/database/drivers/mysqli/mysqli_forge.php
@@ -66,7 +66,7 @@ class CI_DB_mysqli_forge extends CI_DB_forge {
* @param mixed the fields
* @return string
*/
- private function _process_fields($fields)
+ public function _process_fields($fields)
{
$current_field_count = 0;
$sql = '';