Skip to content
Snippets Groups Projects
Unverified Commit 93dd6723 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4820 from JediKev/oops/thread-variable-fatal-error

oops: Thread Variable Fatal Error
parents efad55a2 97a9aa8d
Branches
Tags
No related merge requests found
......@@ -3047,6 +3047,10 @@ class ThreadEntries {
$this->thread = $thread;
}
function __tostring() {
return (string) $this->getVar();
}
function asVar() {
return $this->getVar();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment