-
- Downloads
oops: Thread Variable Fatal Error
This addresses an issue introduced with 4737 where using `%{ticket.thread}` causes a fatal error. This is because `ObjectThread->asVar()` returns an object which cannot be converted to a string. This adds a `__tostring()` function to class ThreadEntries so it can be converted to a string properly.
Loading
Please register or sign in to comment