Quote:
Originally Posted by GrendelKhan{TSU
found a bug (at least on mine)....
on thumbnail images where a remote link is used for the thumbnail, I get an error when I click the "enlarge image" +button thingy...
looks like this:
|
Oh b****ger.
Link 82 of local_links_resize.php in the includes directory should read
Code:
$error = curl_error($conn);
and not
Code:
$error = curl_error($ch);