diff options
Diffstat (limited to 'GradeBook_lib.tcl')
-rwxr-xr-x | GradeBook_lib.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |