Browse Source

fix a bug reported by Dudeman on #v-d

pull/40/head
Marcin Łabanowski 10 years ago
committed by root
parent
commit
d78dcd6ed6
  1. 2
      inc/display.php

2
inc/display.php

@ -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…
Cancel
Save