thruthesky / centerx

Docker Enginx + MariaDB + PHP
2 stars 0 forks source link

Bug report - onCommentCreateSendNotification #59

Open thruthesky opened 3 years ago

thruthesky commented 3 years ago
/**
 * @todo Where does `$in` come from? Is this a bug?
 */
if (empty($title)) {
    if (isset($in[FILES]) && !empty($in[FILES])) {
        $title .= " uploaded photos post#" . $post->idx;
    }
}