Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit 4841e61

Browse files
author
Darren Douglas Lee aka Dee
committed
Adjusts Drupal nid assignment for BirthdayMail 2014
1 parent 68a2ea1 commit 4841e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/modules/dosomething/dosomething_sms/workflows/dosomething_sms.workflows.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ $activity = $workflow->newActivity('dosomething_sms_submit_reportback');
290290
$activity->name = 'submit_reportback';
291291
$activity->inputs = array('strip_signature');
292292
$activity->outputs = array('end');
293-
$activity->nid = 2461;
293+
$activity->nid = 1324; // Birthday Mail 2014, staging.beta: 1324, www: 2461
294294
$activity->mmsContext = 'ask_picture:mms';
295295
$activity->propertyToContextMap = array(
296296
'quantity' => 'ask_quantity:message',

0 commit comments

Comments
 (0)