code formatting and smaller errors
This commit is contained in:
parent
a81eb0c438
commit
937a35e1b8
6 changed files with 15 additions and 19 deletions
|
@ -33,11 +33,7 @@ class TwingleProject extends Campaign {
|
|||
|
||||
$this->className = (new \ReflectionClass($this))->getShortName();
|
||||
$this->prefix = 'twingle_project_';
|
||||
|
||||
// Add value for campaign type
|
||||
$this->values['campaign_type_id'] = 'twingle_project';
|
||||
|
||||
// Get custom field name for project_id
|
||||
$this->id_custom_field = Cache::getInstance()
|
||||
->getCustomFieldMapping()['twingle_project_id'];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue