Ejemplo n.º 1
0
    protected function publish()
    {
        parent::publish();

        if ($this->synchronizer()->test == false)
        {
            $query = 'UPDATE content SET must_update=0 WHERE id=%s;';
            self::synchronizer()->db->query(sprintf($query, $this->source['c_id']));
        }

        MMSynchLog::endSection();
    }