From 8337ef549312295bdb3dddb12be284c4fdcc9f6a Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Fri, 5 Dec 2014 14:09:58 -0500 Subject: proper links to cached photos --- GradeBook_lib.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GradeBook_lib.tcl') diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl index 0978fcb..786d32b 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -1172,7 +1172,7 @@ proc getPhotoUrl { IdNum } { } if { [file exist "$cached_photo_file"] } { # return link to locally cached file - set url "$cached_photo_file" + set url "$photo_album_cache_url/$photo_file" } else { # return link to the main WM photobase set url "$photo_album_base_url/${photo_file}" -- cgit v1.2.3