We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9d260 commit 6f97eabCopy full SHA for 6f97eab
modules/loop_notification/loop_notification.strongarm.inc
@@ -233,7 +233,7 @@ function loop_notification_strongarm() {
233
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
234
$strongarm->api_version = 1;
235
$strongarm->name = 'mimemail_sitestyle';
236
- $strongarm->value = 1;
+ $strongarm->value = 0;
237
$export['mimemail_sitestyle'] = $strongarm;
238
239
$strongarm = new stdClass();
0 commit comments