bug fix: test mode
This commit is contained in:
parent
aafce7c32f
commit
85afeedd23
2 changed files with 1 additions and 3 deletions
|
@ -114,8 +114,6 @@ class TwingleApiCall {
|
|||
if (is_array($values)) {
|
||||
$project = new TwingleProject($values);
|
||||
$result = $project->create($is_test);
|
||||
$result = $project->create();
|
||||
|
||||
if (
|
||||
$result['state'] == 'exists' &&
|
||||
$values['last_update'] > $project->getTimestamp()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue