Example #1
0
 function restore()
 {
     $article = new Article($this->dbcon, $this->getArticleId());
     $article->saveVersion();
     $article->readVersion($this->id);
     return $article->save();
 }