Fixed errors

This commit is contained in:
Rooty 2021-09-23 03:17:42 +02:00
parent f6cceac3fe
commit 6e052305d7

View File

@ -121,7 +121,7 @@ class File
*/
function readAll()
{
if( is_array($this-content) )
if( is_array($this->content) )
return implode ('', $this->content);
else if( is_string($this->content) )
return $this->content;