? -3-fix-form-set-message.patch
Index: zenophile.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/zenophile/zenophile.module,v
retrieving revision 1.1
diff -u -p -r1.1 zenophile.module
--- zenophile.module	12 Apr 2009 01:52:12 -0000	1.1
+++ zenophile.module	4 May 2009 12:15:35 -0000
@@ -33,7 +33,7 @@ function zenophile_perm() {
 function zenophile_create() {
 	// Check for Zen
 	if (drupal_get_path('theme', 'STARTERKIT') === '') {
-		drupal_set_message(t('The STARTERKIT theme could not be found. Please check that the <a href="!zen">Zen theme</a> is properly installed.'), array('!zen' => 'http://drupal.org/project/zen'), 'error');
+		drupal_set_message(t('The STARTERKIT theme could not be found. Please check that the <a href="!zen">Zen theme</a> is properly installed.', array('!zen' => 'http://drupal.org/project/zen'), 'error'));
 	}
 	else {
 		// Create a list of Zen-based themes. This is… good enough.
