Hi,
This is caused because you have an outdated version of PHP running.
You need to ask your host to upgrade you to the latest PHP version.
I have added a fix for you in the meantime. /wp-content/themes/atelier/includes/meta-box/inc/fields/choice.php
on line 99 changed this from foreach ( (array) $options as &$option )
to foreach ( (array) $options as $option )
.
Related to this: http://www.swiftideas.com/forums/topic/syntax-error-after-update/
Thanks.