@@ -819,7 +819,7 @@ |
||
| 819 | 819 | * |
| 820 | 820 | * @param array $data |
| 821 | 821 | * @param Form $form |
| 822 | - * @return DBHTMLText|SS_HTTPResponse |
|
| 822 | + * @return SS_HTTPResponse|null |
|
| 823 | 823 | */ |
| 824 | 824 | public function addtocampaign($data, $form) |
| 825 | 825 | { |
@@ -31,14 +31,8 @@ |
||
| 31 | 31 | use Upload; |
| 32 | 32 | use Config; |
| 33 | 33 | use FormAction; |
| 34 | -use TextField; |
|
| 35 | -use HiddenField; |
|
| 36 | -use ReadonlyField; |
|
| 37 | -use LiteralField; |
|
| 38 | 34 | use PopoverField; |
| 39 | -use HTMLReadonlyField; |
|
| 40 | 35 | use Convert; |
| 41 | -use DatetimeField; |
|
| 42 | 36 | |
| 43 | 37 | /** |
| 44 | 38 | * AssetAdmin is the 'file store' section of the CMS. |