CodeIgniter Forums
Active record stopper working in SVN revision 1761 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Active record stopper working in SVN revision 1761 (/showthread.php?tid=26680)



Active record stopper working in SVN revision 1761 - El Forum - 01-20-2010

[eluser]ElToro[/eluser]
Hi,

SVN revision 1761 introduced new bug for the active record.
There is small but effective typo in system\database\DB.php file in line 105.

This should be
Code:
if ($active_record_override !== NULL)

more likely like this:
Code:
if ($active_record_override != NULL)

Took my 1h train trip to figure it out.

--
ElToro