Welcome Guest, Not a member yet? Register   Sign In
Active record stopper working in SVN revision 1761
#1

[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




Theme © iAndrew 2016 - Forum software by © MyBB