dolfdijkstra / gst-foundation

Sites Global Foundation Project
Apache License 2.0
13 stars 14 forks source link

Bug in GetAttributeValues #4

Closed haugene closed 11 years ago

haugene commented 12 years ago

At line 160 of GetAttributeValues: instead of setAttribute(listname) there should be setListvarname(listname). Right now the attribute we're looking for is overwritten by this generated listname and an error is produced, as "that attribute does not exist".

dolfdijkstra commented 11 years ago

Submitted a patch