Example #1
0
 /** isTrustedFile inherited */
 function getLocalRefPath()
 {
     if ($this->thumbTempPath) {
         return $this->thumbTempPath;
     } else {
         return parent::getetLocalRefPath();
     }
 }