Guest User

Untitled

a guest
Jul 13th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php
  2.  
  3. public function get_thumbnail_path($return_temp = false) {
  4.  
  5.     if ($this->thumbnail_doc_id && $return_temp) {
  6.         return Model_Document::getdownload_url($this->thumbnail_doc_id);
  7.     }
  8.    
  9.     return $this->get_upload_path().$this->thumbnail;
  10.  
  11. }
Add Comment
Please, Sign In to add comment