Commit 36e23d4539c5c240ee043084eb2b912d8acac21c
1 parent
b51441d5
Correction for uploads
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
calexium_lib/web/CXM_making_a_web_site.anubis
| ... | ... | @@ -3821,7 +3821,7 @@ define Bool |
| 3821 | 3821 | radio_button_r(o,_,_,n,v,c) then false, |
| 3822 | 3822 | check_box(o,_,_,n,v,c) then false, |
| 3823 | 3823 | check_box_r(o,_,_,n,v,c) then false, |
| 3824 | - div(o,c) then false, | |
| 3824 | + div(o,c) then contains_an_upload(c), | |
| 3825 | 3825 | div_empty(o) then false, |
| 3826 | 3826 | hidden(_,_) then false |
| 3827 | 3827 | }. | ... | ... |