Skip to content

Commit f57c891

Browse files
committed
added contact form. Jex
1 parent 1db5883 commit f57c891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/all/modules/custom/admin_config/admin_config.strongarm.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function admin_config_strongarm() {
4242
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
4343
$strongarm->api_version = 1;
4444
$strongarm->name = 'site_mail';
45-
$strongarm->value = 'admin@example.com';
45+
$strongarm->value = 'qiuwang@thoughtworks.com';
4646
$export['site_mail'] = $strongarm;
4747

4848
$strongarm = new stdClass();

0 commit comments

Comments
 (0)