Ejemplo n.º 1
0
 /**
  * Update the image meta info for the article record
  */
 private function updateImage()
 {
     $url = WikihowShare::getShareImage($this->title);
     $this->row['ami_img'] = $url;
     return true;
 }