Fixed  Typo in XenForo_Model_Alert::getAlertById

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
PHP:
    public function getAlertById($alertId)
    {
        return $this->_getDb()->fetchAll('

            SELECT *
            FROM xf_user_alert
            WERE alert_id = ?

        ', $alertId);
    }

were should be where
 
yea, as i've seen it,is really funny
I think the chance to win in the lottery is higher, as 2 so similar threads^^
 
Top Bottom