Closed (fixed)
Project:
Campaign Monitor
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Jul 2011 at 14:15 UTC
Updated:
18 Jul 2011 at 14:38 UTC
In campaignmonitor.class.php on line 91:
$msg = t('Failed with code: @code and message: $msg', array('@code' => $code, '@msg' => $message));
Should be:
$msg = t('Failed with code: @code and message: @msg', array('@code' => $code, '@msg' => $message));
| Comment | File | Size | Author |
|---|---|---|---|
| type_fix.patch | 570 bytes | wjzijderveld |
Comments
Comment #1
cableman0408 commentedThe patch have been applied to the 7.x development branch and will be part of the next release. Thanks for the patch.