Ejemplo n.º 1
0
 /**
  * Get photo will copy the photo to a temporary file.
  *
  */
 public function getPhoto($filename)
 {
     if (strpos($filename, '/original/') === false) {
         return parent::getPhoto($filename);
     } else {
         return $this->archiveOrg->fs->getPhoto($filename);
     }
 }
Ejemplo n.º 2
0
 /**
  * Get photo will copy the photo to a temporary file.
  *
  */
 public function getPhoto($filename)
 {
     return parent::getPhoto($filename);
 }