Home » Images » Image_Text » Bug #188
Typo in Image_Text.php
Details
| Submitted | 2003-11-04 13:17 UTC |
|---|---|
| From | mark at mlstuff dot co dot uk |
| Assigned | toby |
| Status | Closed |
| Package | Image_Text |
| PHP Version | 4.3.3 |
| OS | Debian GNU/Linux |
| Roadmaps | (Not assigned) |
Comments
[2003-11-04 13:17 UTC] mark at mlstuff dot co dot uk
Description:
------------
Line 227 of Image_Text.php says,
$lines = $this->_testMeasure( $lines, $tmpTokens, $this->$options['fontPath'].$this->options['fontFile'], $i);
It should of course be,
$lines = $this->_testMeasure( $lines, $tmpTokens, $this->options['fontPath'].$this->options['fontFile'], $i);
(version: 0.1 alpha)
Actual result:
--------------
Results in an undefined variable.