1
0
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:
Marcin Łabanowski 2014-08-21 04:27:25 +02:00 committed by root
parent 0f3dafb327
commit f83ca84298

View File

@ -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);