I stumbled into a little bug.. in edit image when replacing an image..
Now it could be my install because i did some modifications in the functions_gallery_imageedit.php.
On the other hand.. the fix is not there.. but in edit_image.php itself.
So if someone could check if he/she has the same bug..
If no.. then its me (and i fixed it) so its ok..
If yes.. then everybody can apply the fix.. thats ok also

-----------
To reproduce the problem:
Go to an image and then in edit image.
There you have the possibility to replace the image.
Replace it!
It works but it seems that the thumbnail is NOT replaced...
(actually it is.. but if you replace it twice its allways the last thumbnail that is created.
So if you replace the first image -> with second image .. I still have thumbnail of first image.
Now if I replace the second image -> with third image .. I now have thumbnail of second image with image of third..
etc.. etc...
-------------
The fix is easy:
in editimage.php
find:
Code:
Content visible to verified customers only.
just invert the order of the 2 lines:
change to:
Code:
Content visible to verified customers only.
it now works correctly with me..
I would only be curious if others have the same problem.. or if its just me
Luc