default.preview.php, line 30
if($pos === false)
changed to
if($pos == false)
Log in to post a comment.