Fix audit log for flat file database #257
Loading…
Reference in a new issue
No description provided.
Delete branch "averageByte/tinyib:fix/flatfile-audit-log"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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.771677564b
tof1e527e77e
f1e527e77e
toc5af7a0ef7
Done.