In deleteAttributes the line
foreach($attribute as $name => $value)
should be
foreach($attributes as $name => $value)
$attributes is spelled wrong
Whoops. Fixed in Subversion, thanks.
Log in to post a comment.
In deleteAttributes the line
foreach($attribute as $name => $value)
should be
foreach($attributes as $name => $value)
$attributes is spelled wrong
Whoops. Fixed in Subversion, thanks.