Merge pull request #37 from kibernetique/patch-1

fixed typo
This commit is contained in:
Dominik Liebler
2013-09-23 06:17:07 -07:00

View File

@@ -17,6 +17,6 @@ abstract class Text implements MediaInterface
*/ */
public function __construct($text) public function __construct($text)
{ {
$this->_text = (string) $text; $this->text = (string) $text;
} }
} }