Changeset 15431

Show
Ignore:
Timestamp:
05/30/12 06:22:45 (12 months ago)
Author:
rvelices
Message:

multi size: avoid warning for nonphoto elements for which the mime type icon does not exist in the current theme

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/derivative.inc.php

    r14735 r15431  
    5555      if ( ($size=@getimagesize(PHPWG_ROOT_PATH.$this->rel_path)) === false) 
    5656      { 
    57         $this->rel_path = get_themeconf('mime_icon_dir').'unknown.png'; 
     57        $this->rel_path = 'themes/default/icon/mimetypes/unknown.png'; 
    5858        $size = getimagesize(PHPWG_ROOT_PATH.$this->rel_path); 
    5959      }