CampFireManager / cfm2

CampFireManager is a talk scheduling tool for conferences - such as barcamps or fixed schedule conferences
http://campfiremanager.info
16 stars 9 forks source link

Daemon writes to changelog on every pass #191

Closed JonTheNiceGuy closed 10 years ago

JonTheNiceGuy commented 10 years ago

Add this code to https://github.com/CampFireManager/cfm2/blob/master/classes/Object/Daemon.php#L65 :

/**
 * This overriden function does nothing - a ChangeLog can't be changed -
 * only read, and even then only at the Database Level.
 *
 * @return void
 */
public function writeChangeLog() {
    // Do Nothing!
}
JonTheNiceGuy commented 10 years ago

Closed by PR #196