FML Update 1.4
This commit is contained in:
@ -34,7 +34,7 @@ class SimpleScript implements Renderable {
|
||||
* @param string $text (optional) Script text
|
||||
*/
|
||||
public function __construct($text = null) {
|
||||
if (!is_null($text)) {
|
||||
if ($text !== null) {
|
||||
$this->setText($text);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user