View Single Post
Old July 12th, 2005, 11:22 AM   #1 (permalink)
Sebbb
Registered User
 
Join Date: Jul 2005
Posts: 6
Possible typo/bug in showphoto + fix(NOT A BUG)

I think there is a typo in showphoto.php (5.13) :

Code:
Content visible to verified customers only.
(near line 490)


imgsrc = "{$Globals['origdir'
is the current code

I think it should be
imgsrc = "{$Globals['datadir'

Otherwise, when changing the "datadir" http path in the control panel, it keeps serving the full sized images out of "origdir", which is not the way it should work I think.


I might be wrong tough.
Sebbb is offline   Reply With Quote