TickTackk Well-known member Jun 26, 2019 #1 Affected version 2.0.* In file: src\XF\Repository\ChangeLog.php:136 PHP: if ($entry->save(true, false)) { $insert[] = $entry; } should be PHP: if ($entry->save(true, false)) { $inserted[] = $entry; }
In file: src\XF\Repository\ChangeLog.php:136 PHP: if ($entry->save(true, false)) { $insert[] = $entry; } should be PHP: if ($entry->save(true, false)) { $inserted[] = $entry; }
XF Bug Bot XenForo bug fixer bot Staff member Jul 5, 2019 #2 Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XF release (2.1.3). Change log: When logging content changes, return the applied changes correctly. Click to expand... Any changes made as a result of this issue being resolved may not be rolled out here until later.
Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XF release (2.1.3). Change log: When logging content changes, return the applied changes correctly. Click to expand... Any changes made as a result of this issue being resolved may not be rolled out here until later.