Commit 999527a
committed
bug #6787 Fix reference to output object (micheal)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #6787).
Discussion
----------
Fix reference to output object
`$this` does not have a `writeln` method on it, but `$output` does.
Commits
-------
4deb3f0 Fix reference to output object1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments