at or around line 82 in document/image.php the following line
$def”height = $p->getSitePref(“thumb_width”);
should read
$def”height = $p->getSitePref(“thumb_height”);
now I know why my thumbnails were screwed up.
at or around line 82 in document/image.php the following line
$def”height = $p->getSitePref(“thumb_width”);
should read
$def”height = $p->getSitePref(“thumb_height”);
now I know why my thumbnails were screwed up.