Ignore:
Timestamp:
Oct 31, 2006, 3:49:16 AM (17 years ago)
Author:
rvelices
Message:

bug 571: getimagesize error (missing PHPWG_ROOT_PATH)

File:
1 edited

Legend:

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

    r1563 r1586  
    6565    $title .= $user['recent_period'];
    6666    $title .=  ' '.$lang['days'];
    67     $size = getimagesize( $icon_url );
     67    $size = getimagesize( PHPWG_ROOT_PATH.$icon_url );
    6868    $icon_url = get_root_url().$icon_url;
    6969    $output = '<img title="'.$title.'" src="'.$icon_url.'" class="icon" style="border:0;';
Note: See TracChangeset for help on using the changeset viewer.