diff --git a/lib/GchangeRecord.class.php b/lib/GchangeRecord.class.php index f0a14a3..289578a 100644 --- a/lib/GchangeRecord.class.php +++ b/lib/GchangeRecord.class.php @@ -15,7 +15,7 @@ class GchangeRecord { public function __construct ($gchangeObject) { - $this->title = $gchangeObject->_id; + $this->gchangeId = $gchangeObject->_id; $this->type = $gchangeObject->_source->type;