Fixed errors
This commit is contained in:
parent
f6cceac3fe
commit
6e052305d7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user