Skip to content

Commit d15fffc

Browse files
committed
Merge branch 'hotfix/SUPPORT-1226-bold-mails'
2 parents 1e9d260 + 6f97eab commit d15fffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/loop_notification/loop_notification.strongarm.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ function loop_notification_strongarm() {
233233
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
234234
$strongarm->api_version = 1;
235235
$strongarm->name = 'mimemail_sitestyle';
236-
$strongarm->value = 1;
236+
$strongarm->value = 0;
237237
$export['mimemail_sitestyle'] = $strongarm;
238238

239239
$strongarm = new stdClass();

0 commit comments

Comments
 (0)