add new error message to FileUrl macro

This commit is contained in:
Colin Kuskie 2006-07-23 01:35:20 +00:00
parent 10135118d2
commit c1246444e0
3 changed files with 13 additions and 1 deletions

View file

@ -31,6 +31,11 @@ This macro is used to return a filesystem URL to a File or Image Asset identifie
lastUpdated => 1153498370,
},
'no filename' => {
message => q|The Asset you requested does not have a filename property.|,
lastUpdated => 1153618016,
},
};
1;