add important To do
This commit is contained in:
parent
e5bcb3ec4f
commit
66cd6b10a0
1 changed files with 1 additions and 0 deletions
|
@ -296,6 +296,7 @@ class TwingleApiCall {
|
||||||
if (is_array($result) && !array_key_exists('message', $result)) {
|
if (is_array($result) && !array_key_exists('message', $result)) {
|
||||||
// Try to update the local TwingleProject campaign
|
// Try to update the local TwingleProject campaign
|
||||||
try {
|
try {
|
||||||
|
// TODO: get options and add them as parameter to $project->update() call
|
||||||
$project->update($result, TwingleProject::TWINGLE);
|
$project->update($result, TwingleProject::TWINGLE);
|
||||||
$project->create();
|
$project->create();
|
||||||
return $project->getResponse('TwingleProject pushed to Twingle');
|
return $project->getResponse('TwingleProject pushed to Twingle');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue