forked from hummypkg/webif
Stop action losing args after first file
This commit is contained in:
parent
9a5fe4394b
commit
0dda2fa11a
@ -27,9 +27,9 @@ foreach file [cgi_get files] {
|
||||
set ts [ts fetch $file]
|
||||
if {$ts eq "0"} continue
|
||||
|
||||
lassign $act act args
|
||||
lassign $act xact args
|
||||
|
||||
set q [queue insert -hold $ts $act]
|
||||
set q [queue insert -hold $ts $xact]
|
||||
if {$args ne ""} { $q set args $args }
|
||||
$q submit
|
||||
puts "</li>"
|
||||
|
Loading…
Reference in New Issue
Block a user