diff --git a/htdocs/application/models/Pastes.php b/htdocs/application/models/Pastes.php index 95bbd2c..35eee99 100644 --- a/htdocs/application/models/Pastes.php +++ b/htdocs/application/models/Pastes.php @@ -901,6 +901,7 @@ class Pastes extends CI_Model function cron() { $now = now(); + $this->db->select('pid,expire'); $this->db->where('toexpire', '1'); $query = $this->db->get('pastes'); foreach ($query->result_array() as $row)