I had the same problem.
I updated the code manually for now as explained by harpercl and it works.
Thanks a lot harpercl!!!
Now hoping the author has time to update accordingly before the next WP update…
Thanks Robert,
Works for me on WP 3.0.1, the only thing I have different from the sample provided is:
extract (array($args, ‘EXTR_SKIP’) );
instead of
extract (array($this, ‘EXTR_SKIP’) );
Hope this helps others.