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