Fix audit log for flat file database
#257
Merged
tslocum
merged 1 commits from averageByte/tinyib:fix/flatfile-audit-log
into master
9 months ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'averageByte/tinyib:fix/flatfile-audit-log'
Deleting a branch is permanent. It CANNOT be undone. Continue?
PHP runs out of memory due to flat file's audit log implementation, and manage mode actions break.
Closes #245
Nice catch. Please change
$log['id']
to$log[LOG_ID]
, and then I will merge this. Thanks.Done.
648a4fe752
into master 9 months ago648a4fe752
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Forgejo.