]> git.plutz.net Git - confetti/blobdiff - templates/view_attendee.sh
basic update functions for vcards
[confetti] / templates / view_attendee.sh
index 5b7c77237bcf1a41e99725fd861c29ef7d4ef63d..86dad68ea13ec06ea65678460b75e9dbb06a98ab 100755 (executable)
@@ -25,7 +25,7 @@ view_card_item() {
 }
 
 view_attendee() {  #Parameter: Cardfile
-  cardfile="$1"
+  cardfile="vcard/$1"
   cachefile="cache/vcf_$(basename "$cardfile").cache"
   unset key
   [ "$cachefile" -nt "$cardfile" ] && cat "$cachefile" \