Index: openacs-4/packages/ajax-photoalbum-ui/www/doc/photo-album-ajaxpa.diff =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajax-photoalbum-ui/www/doc/photo-album-ajaxpa.diff,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/ajax-photoalbum-ui/www/doc/photo-album-ajaxpa.diff 25 Apr 2018 19:47:46 -0000 1.2 +++ openacs-4/packages/ajax-photoalbum-ui/www/doc/photo-album-ajaxpa.diff 9 May 2018 15:33:29 -0000 1.3 @@ -65,7 +65,7 @@ } { return the image information from a given file } { - set info {} + set info [list] + if { ![exists_and_not_null package_id] } { set package_id [ad_conn package_id] } if { [catch {set size [file size $file]} errMsg] } { return -code error $errMsg