Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Re-add Temporary fix to remove array to string conversion errors in…
Browse files Browse the repository at this point in the history
… PHP 5.4 until CI remember to backport it - fix #618

See bcit-ci/CodeIgniter#1273 for bug info

Unfortunately 2.1.2 had the same bug when we updated to it.
  • Loading branch information
Matthew Hailwood authored and sourcejedi committed Oct 24, 2012
1 parent a85b42b commit 7a06db4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bonfire/codeigniter/database/DB_active_rec.php
Original file line number Diff line number Diff line change
Expand Up @@ -1402,10 +1402,6 @@ public function set_update_batch($key, $index = '', $escape = TRUE)
{
$index_set = TRUE;
}
else
{
$not[] = $k.'-'.$v;
}

if ($escape === FALSE)
{
Expand Down

0 comments on commit 7a06db4

Please sign in to comment.