mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 07:50:23 +01:00
fix a bug reported by Dudeman on #v-d
This commit is contained in:
parent
0f3dafb327
commit
f83ca84298
@ -353,7 +353,7 @@ class Post {
|
||||
$this->{$key} = $value;
|
||||
}
|
||||
|
||||
if (isset($this->files))
|
||||
if (isset($this->files) && $this->files)
|
||||
$this->files = json_decode($this->files);
|
||||
|
||||
$this->subject = utf8tohtml($this->subject);
|
||||
|
Loading…
Reference in New Issue
Block a user